Html Css Color HEX #B99A1E Buddha Gold

📋 copy color: '#B99A1E'

red 185 ◦ green 154 ◦ blue 30

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

Shades of Buddha Gold #B99A1E

Tints of Buddha Gold #B99A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.13%

R = 50.14%
G = 41.73%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B99A1E (or 0xB99A1E) is known color: Buddha Gold. HEX triplet: B9, 9A and 1E. RGB value is (185,154,30). Sum of RGB (Red+Green+Blue) = 185+154+30=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99A1E is #4665E1. Grayscale: #959595. Windows color (decimal): -4613602 or 2005689. OLE color: 2005689.

HSL color Cylindrical-coordinate representation of color #B99A1E: hue angle of 48º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B99A1E is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 154 30 -
CMYK 0 0.17 0.84 0.27
HSL 48º 0.72% 0.42% -
HSV(B) 48º 0.84% 0.73% -
XYZ 31.8 33.52 6.02 -
YUV 149.13 60.77 153.58 -
System Red Green Blue C M Y K H S L
Decimal 185 154 30 0 0.17 0.84 0.27 48 0.72 0.42
Hex B9 9A 1E 0 11 54 1B 30 48 2A
Octal 271 232 36 0 21 124 33 60 110 52
Binary 10111001 10011010 11110 0 10001 1010100 11011 110000 1001000 101010

Color Harmonies of #B99A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99A1E

Black with #B99A1E

Text Example


Text Example

White with #B99A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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