Html Css Color HEX #B99C0A Buddha Gold

📋 copy color: '#B99C0A'

red 185 ◦ green 156 ◦ blue 10

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

Shades of Buddha Gold #B99C0A

Tints of Buddha Gold #B99C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.85%

R = 52.71%
G = 44.44%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B99C0A (or 0xB99C0A) is known color: Buddha Gold. HEX triplet: B9, 9C and 0A. RGB value is (185,156,10). Sum of RGB (Red+Green+Blue) = 185+156+10=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99C0A is #4663F5. Grayscale: #949494. Windows color (decimal): -4613110 or 695481. OLE color: 695481.

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

Color convert

RGB 185 156 10 -
CMYK 0 0.16 0.95 0.27
HSL 50.06º 0.9% 0.38% -
HSV(B) 50.06º 0.95% 0.73% -
XYZ 31.95 34.11 5.19 -
YUV 148.03 50.11 154.37 -
System Red Green Blue C M Y K H S L
Decimal 185 156 10 0 0.16 0.95 0.27 50.06 0.9 0.38
Hex B9 9C A 0 10 5F 1B 32 5A 26
Octal 271 234 12 0 20 137 33 62 132 46
Binary 10111001 10011100 1010 0 10000 1011111 11011 110010 1011010 100110

Color Harmonies of #B99C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C0A

Black with #B99C0A

Text Example


Text Example

White with #B99C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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