Html Css Color HEX #B89C01 Buddha Gold

📋 copy color: '#B89C01'

red 184 ◦ green 156 ◦ blue 1

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

Shades of Buddha Gold #B89C01

Tints of Buddha Gold #B89C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 53.96%
G = 45.75%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B89C01 (or 0xB89C01) is known color: Buddha Gold. HEX triplet: B8, 9C and 01. RGB value is (184,156,1). Sum of RGB (Red+Green+Blue) = 184+156+1=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89C01 is #4763FE. Grayscale: #939393. Windows color (decimal): -4678655 or 105656. OLE color: 105656.

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

Color convert

RGB 184 156 1 -
CMYK 0 0.15 0.99 0.28
HSL 50.82º 0.99% 0.36% -
HSV(B) 50.82º 0.99% 0.72% -
XYZ 31.66 33.97 4.92 -
YUV 146.7 45.78 154.6 -
System Red Green Blue C M Y K H S L
Decimal 184 156 1 0 0.15 0.99 0.28 50.82 0.99 0.36
Hex B8 9C 1 0 F 63 1C 33 63 24
Octal 270 234 1 0 17 143 34 63 143 44
Binary 10111000 10011100 1 0 1111 1100011 11100 110011 1100011 100100

Color Harmonies of #B89C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89C01

Black with #B89C01

Text Example


Text Example

White with #B89C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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