Html Css Color HEX #B99C14 Buddha Gold

📋 copy color: '#B99C14'

red 185 ◦ green 156 ◦ blue 20

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

Shades of Buddha Gold #B99C14

Tints of Buddha Gold #B99C14

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.21%

 BLUE value IS 20 (8.2% from 255) = 5.54%

R = 51.25%
G = 43.21%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B99C14 (or 0xB99C14) is known color: Buddha Gold. HEX triplet: B9, 9C and 14. RGB value is (185,156,20). Sum of RGB (Red+Green+Blue) = 185+156+20=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99C14 is #4663EB. Grayscale: #959595. Windows color (decimal): -4613100 or 1350841. OLE color: 1350841.

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

Color convert

RGB 185 156 20 -
CMYK 0 0.16 0.89 0.27
HSL 49.45º 0.8% 0.4% -
HSV(B) 49.45º 0.89% 0.73% -
XYZ 32.02 34.14 5.56 -
YUV 149.17 55.11 153.56 -
System Red Green Blue C M Y K H S L
Decimal 185 156 20 0 0.16 0.89 0.27 49.45 0.8 0.4
Hex B9 9C 14 0 10 59 1B 31 50 28
Octal 271 234 24 0 20 131 33 61 120 50
Binary 10111001 10011100 10100 0 10000 1011001 11011 110001 1010000 101000

Color Harmonies of #B99C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C14

Black with #B99C14

Text Example


Text Example

White with #B99C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C14; }

 p { color: rgb(185,156,20); }

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

background-color css

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

 a { background-color: rgb(185,156,20); }

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

border-color css

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

 span { border-color: rgb(185,156,20); }

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