Html Css Color HEX #B99D1B Buddha Gold

📋 copy color: '#B99D1B'

red 185 ◦ green 157 ◦ blue 27

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

Shades of Buddha Gold #B99D1B

Tints of Buddha Gold #B99D1B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.55%

 BLUE value IS 27 (10.94% from 255) = 7.32%

R = 50.14%
G = 42.55%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B99D1B (or 0xB99D1B) is known color: Buddha Gold. HEX triplet: B9, 9D and 1B. RGB value is (185,157,27). Sum of RGB (Red+Green+Blue) = 185+157+27=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99D1B is #4662E4. Grayscale: #979797. Windows color (decimal): -4612837 or 1809849. OLE color: 1809849.

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

Color convert

RGB 185 157 27 -
CMYK 0 0.15 0.85 0.27
HSL 49.37º 0.75% 0.42% -
HSV(B) 49.37º 0.85% 0.73% -
XYZ 32.26 34.51 6 -
YUV 150.55 58.28 152.57 -
System Red Green Blue C M Y K H S L
Decimal 185 157 27 0 0.15 0.85 0.27 49.37 0.75 0.42
Hex B9 9D 1B 0 F 55 1B 31 4B 2A
Octal 271 235 33 0 17 125 33 61 113 52
Binary 10111001 10011101 11011 0 1111 1010101 11011 110001 1001011 101010

Color Harmonies of #B99D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D1B

Black with #B99D1B

Text Example


Text Example

White with #B99D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D1B; }

 p { color: rgb(185,157,27); }

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

background-color css

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

 a { background-color: rgb(185,157,27); }

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

border-color css

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

 span { border-color: rgb(185,157,27); }

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