Html Css Color HEX #B99314 Buddha Gold

📋 copy color: '#B99314'

red 185 ◦ green 147 ◦ blue 20

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

Shades of Buddha Gold #B99314

Tints of Buddha Gold #B99314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.76%

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

R = 52.56%
G = 41.76%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B99314 (or 0xB99314) is known color: Buddha Gold. HEX triplet: B9, 93 and 14. RGB value is (185,147,20). Sum of RGB (Red+Green+Blue) = 185+147+20=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B99314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99314 is #466CEB. Grayscale: #909090. Windows color (decimal): -4615404 or 1348537. OLE color: 1348537.

HSL color Cylindrical-coordinate representation of color #B99314: hue angle of 46.18º 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 #B99314 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 147 20 -
CMYK 0 0.21 0.89 0.27
HSL 46.18º 0.8% 0.4% -
HSV(B) 46.18º 0.89% 0.73% -
XYZ 30.57 31.23 5.08 -
YUV 143.88 58.09 157.33 -
System Red Green Blue C M Y K H S L
Decimal 185 147 20 0 0.21 0.89 0.27 46.18 0.8 0.4
Hex B9 93 14 0 15 59 1B 2E 50 28
Octal 271 223 24 0 25 131 33 56 120 50
Binary 10111001 10010011 10100 0 10101 1011001 11011 101110 1010000 101000

Color Harmonies of #B99314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99314

Black with #B99314

Text Example


Text Example

White with #B99314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99314; }

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

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

background-color css

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

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

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

border-color css

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

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

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