Html Css Color HEX #B99B05 Buddha Gold

📋 copy color: '#B99B05'

red 185 ◦ green 155 ◦ blue 5

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

Shades of Buddha Gold #B99B05

Tints of Buddha Gold #B99B05

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.93%

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 53.62%
G = 44.93%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B99B05 (or 0xB99B05) is known color: Buddha Gold. HEX triplet: B9, 9B and 05. RGB value is (185,155,5). Sum of RGB (Red+Green+Blue) = 185+155+5=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99B05 is #4664FA. Grayscale: #939393. Windows color (decimal): -4613371 or 367545. OLE color: 367545.

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

Color convert

RGB 185 155 5 -
CMYK 0 0.16 0.97 0.27
HSL 50º 0.95% 0.37% -
HSV(B) 50º 0.97% 0.73% -
XYZ 31.76 33.77 4.99 -
YUV 146.87 47.94 155.2 -
System Red Green Blue C M Y K H S L
Decimal 185 155 5 0 0.16 0.97 0.27 50 0.95 0.37
Hex B9 9B 5 0 10 61 1B 32 5F 25
Octal 271 233 5 0 20 141 33 62 137 45
Binary 10111001 10011011 101 0 10000 1100001 11011 110010 1011111 100101

Color Harmonies of #B99B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99B05

Black with #B99B05

Text Example


Text Example

White with #B99B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99B05; }

 p { color: rgb(185,155,5); }

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

background-color css

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

 a { background-color: rgb(185,155,5); }

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

border-color css

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

 span { border-color: rgb(185,155,5); }

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