Html Css Color HEX #B89710 Buddha Gold

📋 copy color: '#B89710'

red 184 ◦ green 151 ◦ blue 16

#B89710
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #B89710

Tints of Buddha Gold #B89710

RGB

 RED value IS 184 (72.27% from 255) = 52.42%

 GREEN value IS 151 (59.38% from 255) = 43.02%

 BLUE value IS 16 (6.64% from 255) = 4.56%

R = 52.42%
G = 43.02%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B89710 (or 0xB89710) is known color: Buddha Gold. HEX triplet: B8, 97 and 10. RGB value is (184,151,16). Sum of RGB (Red+Green+Blue) = 184+151+16=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B89710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89710 is #4768EF. Grayscale: #929292. Windows color (decimal): -4679920 or 1087416. OLE color: 1087416.

HSL color Cylindrical-coordinate representation of color #B89710: hue angle of 48.21º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B89710 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 151 16 -
CMYK 0 0.18 0.91 0.28
HSL 48.21º 0.84% 0.39% -
HSV(B) 48.21º 0.91% 0.72% -
XYZ 30.93 32.36 5.11 -
YUV 145.48 54.93 155.48 -
System Red Green Blue C M Y K H S L
Decimal 184 151 16 0 0.18 0.91 0.28 48.21 0.84 0.39
Hex B8 97 10 0 12 5B 1C 30 54 27
Octal 270 227 20 0 22 133 34 60 124 47
Binary 10111000 10010111 10000 0 10010 1011011 11100 110000 1010100 100111

Color Harmonies of #B89710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89710

Black with #B89710

Text Example


Text Example

White with #B89710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89710; }

 p { color: rgb(184,151,16); }

 H1.HeaderClassName
 {
   color: #B89710;
 }
 .AnyTagClassName
 {
   color: #B89710;
 }
</style>

background-color css

<style>
 a { background-color: #B89710; }

 a { background-color: rgb(184,151,16); }

 div.DivClassName
 {
   background-color: #B89710;
 }
 .BgClassName
 {
   background-color: #B89710;
 }
</style>

border-color css

<style>
 span { border-color: #B89710; }

 span { border-color: rgb(184,151,16); }

 td.TdClassName
 {
   border-color: #B89710;
 }
 .TagClassName
 {
   border-color: #B89710;
 }
</style>