Html Css Color HEX #B99C01 Buddha Gold

📋 copy color: '#B99C01'

red 185 ◦ green 156 ◦ blue 1

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

Shades of Buddha Gold #B99C01

Tints of Buddha Gold #B99C01

RGB

 RED value IS 185 (72.66% from 255) = 54.09%

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

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

R = 54.09%
G = 45.61%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B99C01 (or 0xB99C01) is known color: Buddha Gold. HEX triplet: B9, 9C and 01. RGB value is (185,156,1). Sum of RGB (Red+Green+Blue) = 185+156+1=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99C01 is #4663FE. Grayscale: #939393. Windows color (decimal): -4613119 or 105657. OLE color: 105657.

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

Color convert

RGB 185 156 1 -
CMYK 0 0.16 0.99 0.27
HSL 50.54º 0.99% 0.36% -
HSV(B) 50.54º 0.99% 0.73% -
XYZ 31.9 34.09 4.93 -
YUV 147 45.61 155.1 -
System Red Green Blue C M Y K H S L
Decimal 185 156 1 0 0.16 0.99 0.27 50.54 0.99 0.36
Hex B9 9C 1 0 10 63 1B 33 63 24
Octal 271 234 1 0 20 143 33 63 143 44
Binary 10111001 10011100 1 0 10000 1100011 11011 110011 1100011 100100

Color Harmonies of #B99C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C01

Black with #B99C01

Text Example


Text Example

White with #B99C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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