Html Css Color HEX #B89610 Buddha Gold

📋 copy color: '#B89610'

red 184 ◦ green 150 ◦ blue 16

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

Shades of Buddha Gold #B89610

Tints of Buddha Gold #B89610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.86%

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

R = 52.57%
G = 42.86%
B = 4.57%

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

#B89610 (or 0xB89610) is known color: Buddha Gold. HEX triplet: B8, 96 and 10. RGB value is (184,150,16). Sum of RGB (Red+Green+Blue) = 184+150+16=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B89610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89610 is #4769EF. Grayscale: #919191. Windows color (decimal): -4680176 or 1087160. OLE color: 1087160.

HSL color Cylindrical-coordinate representation of color #B89610: hue angle of 47.86º 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 #B89610 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 150 16 -
CMYK 0 0.18 0.91 0.28
HSL 47.86º 0.84% 0.39% -
HSV(B) 47.86º 0.91% 0.72% -
XYZ 30.77 32.04 5.05 -
YUV 144.89 55.26 155.9 -
System Red Green Blue C M Y K H S L
Decimal 184 150 16 0 0.18 0.91 0.28 47.86 0.84 0.39
Hex B8 96 10 0 12 5B 1C 30 54 27
Octal 270 226 20 0 22 133 34 60 124 47
Binary 10111000 10010110 10000 0 10010 1011011 11100 110000 1010100 100111

Color Harmonies of #B89610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89610

Black with #B89610

Text Example


Text Example

White with #B89610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89610; }

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

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

background-color css

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

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

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

border-color css

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

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

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