Html Css Color HEX #B99B0F Buddha Gold

📋 copy color: '#B99B0F'

red 185 ◦ green 155 ◦ blue 15

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

Shades of Buddha Gold #B99B0F

Tints of Buddha Gold #B99B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.23%

R = 52.11%
G = 43.66%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B99B0F (or 0xB99B0F) is known color: Buddha Gold. HEX triplet: B9, 9B and 0F. RGB value is (185,155,15). Sum of RGB (Red+Green+Blue) = 185+155+15=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99B0F is #4664F0. Grayscale: #949494. Windows color (decimal): -4613361 or 1022905. OLE color: 1022905.

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

Color convert

RGB 185 155 15 -
CMYK 0 0.16 0.92 0.27
HSL 49.41º 0.85% 0.39% -
HSV(B) 49.41º 0.92% 0.73% -
XYZ 31.82 33.79 5.3 -
YUV 148.01 52.94 154.38 -
System Red Green Blue C M Y K H S L
Decimal 185 155 15 0 0.16 0.92 0.27 49.41 0.85 0.39
Hex B9 9B F 0 10 5C 1B 31 55 27
Octal 271 233 17 0 20 134 33 61 125 47
Binary 10111001 10011011 1111 0 10000 1011100 11011 110001 1010101 100111

Color Harmonies of #B99B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99B0F

Black with #B99B0F

Text Example


Text Example

White with #B99B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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