Html Css Color HEX #B89712 Buddha Gold

📋 copy color: '#B89712'

red 184 ◦ green 151 ◦ blue 18

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

Shades of Buddha Gold #B89712

Tints of Buddha Gold #B89712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.1%

R = 52.12%
G = 42.78%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B89712 (or 0xB89712) is known color: Buddha Gold. HEX triplet: B8, 97 and 12. RGB value is (184,151,18). Sum of RGB (Red+Green+Blue) = 184+151+18=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B89712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89712 is #4768ED. Grayscale: #929292. Windows color (decimal): -4679918 or 1218488. OLE color: 1218488.

HSL color Cylindrical-coordinate representation of color #B89712: hue angle of 48.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B89712 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 151 18 -
CMYK 0 0.18 0.90 0.28
HSL 48.07º 0.82% 0.4% -
HSV(B) 48.07º 0.9% 0.72% -
XYZ 30.94 32.37 5.19 -
YUV 145.71 55.93 155.31 -
System Red Green Blue C M Y K H S L
Decimal 184 151 18 0 0.18 0.90 0.28 48.07 0.82 0.4
Hex B8 97 12 0 12 5A 1C 30 52 28
Octal 270 227 22 0 22 132 34 60 122 50
Binary 10111000 10010111 10010 0 10010 1011010 11100 110000 1010010 101000

Color Harmonies of #B89712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89712

Black with #B89712

Text Example


Text Example

White with #B89712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89712; }

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

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

background-color css

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

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

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

border-color css

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

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

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