Html Css Color HEX #B99B0E Buddha Gold

📋 copy color: '#B99B0E'

red 185 ◦ green 155 ◦ blue 14

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

Shades of Buddha Gold #B99B0E

Tints of Buddha Gold #B99B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.95%

R = 52.26%
G = 43.79%
B = 3.95%

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

#B99B0E (or 0xB99B0E) is known color: Buddha Gold. HEX triplet: B9, 9B and 0E. RGB value is (185,155,14). Sum of RGB (Red+Green+Blue) = 185+155+14=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99B0E is #4664F1. Grayscale: #949494. Windows color (decimal): -4613362 or 957369. OLE color: 957369.

HSL color Cylindrical-coordinate representation of color #B99B0E: hue angle of 49.47º degrees, saturation: 0.86, 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 #B99B0E is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 155 14 -
CMYK 0 0.16 0.92 0.27
HSL 49.47º 0.86% 0.39% -
HSV(B) 49.47º 0.92% 0.73% -
XYZ 31.81 33.79 5.26 -
YUV 147.9 52.44 154.46 -
System Red Green Blue C M Y K H S L
Decimal 185 155 14 0 0.16 0.92 0.27 49.47 0.86 0.39
Hex B9 9B E 0 10 5C 1B 31 56 27
Octal 271 233 16 0 20 134 33 61 126 47
Binary 10111001 10011011 1110 0 10000 1011100 11011 110001 1010110 100111

Color Harmonies of #B99B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99B0E

Black with #B99B0E

Text Example


Text Example

White with #B99B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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