Html Css Color HEX #B99714 Buddha Gold

📋 copy color: '#B99714'

red 185 ◦ green 151 ◦ blue 20

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

Shades of Buddha Gold #B99714

Tints of Buddha Gold #B99714

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.42%

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

R = 51.97%
G = 42.42%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B99714 (or 0xB99714) is known color: Buddha Gold. HEX triplet: B9, 97 and 14. RGB value is (185,151,20). Sum of RGB (Red+Green+Blue) = 185+151+20=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B99714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99714 is #4668EB. Grayscale: #929292. Windows color (decimal): -4614380 or 1349561. OLE color: 1349561.

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

Color convert

RGB 185 151 20 -
CMYK 0 0.18 0.89 0.27
HSL 47.64º 0.8% 0.4% -
HSV(B) 47.64º 0.89% 0.73% -
XYZ 31.2 32.5 5.29 -
YUV 146.23 56.76 155.65 -
System Red Green Blue C M Y K H S L
Decimal 185 151 20 0 0.18 0.89 0.27 47.64 0.8 0.4
Hex B9 97 14 0 12 59 1B 30 50 28
Octal 271 227 24 0 22 131 33 60 120 50
Binary 10111001 10010111 10100 0 10010 1011001 11011 110000 1010000 101000

Color Harmonies of #B99714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99714

Black with #B99714

Text Example


Text Example

White with #B99714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99714; }

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

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

background-color css

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

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

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

border-color css

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

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

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