Html Css Color HEX #B89C07 Buddha Gold

📋 copy color: '#B89C07'

red 184 ◦ green 156 ◦ blue 7

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

Shades of Buddha Gold #B89C07

Tints of Buddha Gold #B89C07

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.96%

 BLUE value IS 7 (3.13% from 255) = 2.02%

R = 53.03%
G = 44.96%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B89C07 (or 0xB89C07) is known color: Buddha Gold. HEX triplet: B8, 9C and 07. RGB value is (184,156,7). Sum of RGB (Red+Green+Blue) = 184+156+7=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 7 (3.12% from 255 or 2.02% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89C07 is #4763F8. Grayscale: #949494. Windows color (decimal): -4678649 or 498872. OLE color: 498872.

HSL color Cylindrical-coordinate representation of color #B89C07: hue angle of 50.51º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B89C07 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 156 7 -
CMYK 0 0.15 0.96 0.28
HSL 50.51º 0.93% 0.37% -
HSV(B) 50.51º 0.96% 0.72% -
XYZ 31.69 33.98 5.09 -
YUV 147.39 48.78 154.12 -
System Red Green Blue C M Y K H S L
Decimal 184 156 7 0 0.15 0.96 0.28 50.51 0.93 0.37
Hex B8 9C 7 0 F 60 1C 33 5D 25
Octal 270 234 7 0 17 140 34 63 135 45
Binary 10111000 10011100 111 0 1111 1100000 11100 110011 1011101 100101

Color Harmonies of #B89C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89C07

Black with #B89C07

Text Example


Text Example

White with #B89C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89C07; }

 p { color: rgb(184,156,7); }

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

background-color css

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

 a { background-color: rgb(184,156,7); }

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

border-color css

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

 span { border-color: rgb(184,156,7); }

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