Html Css Color HEX #B99A1D Buddha Gold

📋 copy color: '#B99A1D'

red 185 ◦ green 154 ◦ blue 29

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

Shades of Buddha Gold #B99A1D

Tints of Buddha Gold #B99A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.88%

R = 50.27%
G = 41.85%
B = 7.88%

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

#B99A1D (or 0xB99A1D) is known color: Buddha Gold. HEX triplet: B9, 9A and 1D. RGB value is (185,154,29). Sum of RGB (Red+Green+Blue) = 185+154+29=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99A1D is #4665E2. Grayscale: #959595. Windows color (decimal): -4613603 or 1940153. OLE color: 1940153.

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

Color convert

RGB 185 154 29 -
CMYK 0 0.17 0.84 0.27
HSL 48.08º 0.73% 0.42% -
HSV(B) 48.08º 0.84% 0.73% -
XYZ 31.78 33.51 5.96 -
YUV 149.02 60.27 153.66 -
System Red Green Blue C M Y K H S L
Decimal 185 154 29 0 0.17 0.84 0.27 48.08 0.73 0.42
Hex B9 9A 1D 0 11 54 1B 30 49 2A
Octal 271 232 35 0 21 124 33 60 111 52
Binary 10111001 10011010 11101 0 10001 1010100 11011 110000 1001001 101010

Color Harmonies of #B99A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99A1D

Black with #B99A1D

Text Example


Text Example

White with #B99A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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