Html Css Color HEX #B99A0A Buddha Gold

📋 copy color: '#B99A0A'

red 185 ◦ green 154 ◦ blue 10

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

Shades of Buddha Gold #B99A0A

Tints of Buddha Gold #B99A0A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.13%

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

R = 53.01%
G = 44.13%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B99A0A (or 0xB99A0A) is known color: Buddha Gold. HEX triplet: B9, 9A and 0A. RGB value is (185,154,10). Sum of RGB (Red+Green+Blue) = 185+154+10=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99A0A is #4665F5. Grayscale: #939393. Windows color (decimal): -4613622 or 694969. OLE color: 694969.

HSL color Cylindrical-coordinate representation of color #B99A0A: hue angle of 49.37º 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 #B99A0A is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 154 10 -
CMYK 0 0.17 0.95 0.27
HSL 49.37º 0.9% 0.38% -
HSV(B) 49.37º 0.95% 0.73% -
XYZ 31.62 33.45 5.08 -
YUV 146.85 50.77 155.21 -
System Red Green Blue C M Y K H S L
Decimal 185 154 10 0 0.17 0.95 0.27 49.37 0.9 0.38
Hex B9 9A A 0 11 5F 1B 31 5A 26
Octal 271 232 12 0 21 137 33 61 132 46
Binary 10111001 10011010 1010 0 10001 1011111 11011 110001 1011010 100110

Color Harmonies of #B99A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99A0A

Black with #B99A0A

Text Example


Text Example

White with #B99A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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