Html Css Color HEX #B89B12 Buddha Gold

📋 copy color: '#B89B12'

red 184 ◦ green 155 ◦ blue 18

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

Shades of Buddha Gold #B89B12

Tints of Buddha Gold #B89B12

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.42%

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

R = 51.54%
G = 43.42%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B89B12 (or 0xB89B12) is known color: Buddha Gold. HEX triplet: B8, 9B and 12. RGB value is (184,155,18). Sum of RGB (Red+Green+Blue) = 184+155+18=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89B12 is #4764ED. Grayscale: #949494. Windows color (decimal): -4678894 or 1219512. OLE color: 1219512.

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

Color convert

RGB 184 155 18 -
CMYK 0 0.16 0.90 0.28
HSL 49.52º 0.82% 0.4% -
HSV(B) 49.52º 0.9% 0.72% -
XYZ 31.6 33.68 5.41 -
YUV 148.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 184 155 18 0 0.16 0.90 0.28 49.52 0.82 0.4
Hex B8 9B 12 0 10 5A 1C 32 52 28
Octal 270 233 22 0 20 132 34 62 122 50
Binary 10111000 10011011 10010 0 10000 1011010 11100 110010 1010010 101000

Color Harmonies of #B89B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89B12

Black with #B89B12

Text Example


Text Example

White with #B89B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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