Html Css Color HEX #B99417 Buddha Gold

📋 copy color: '#B99417'

red 185 ◦ green 148 ◦ blue 23

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

Shades of Buddha Gold #B99417

Tints of Buddha Gold #B99417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.57%

 BLUE value IS 23 (9.38% from 255) = 6.46%

R = 51.97%
G = 41.57%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B99417 (or 0xB99417) is known color: Buddha Gold. HEX triplet: B9, 94 and 17. RGB value is (185,148,23). Sum of RGB (Red+Green+Blue) = 185+148+23=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B99417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99417 is #466BE8. Grayscale: #919191. Windows color (decimal): -4615145 or 1545401. OLE color: 1545401.

HSL color Cylindrical-coordinate representation of color #B99417: hue angle of 46.3º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B99417 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 23 -
CMYK 0 0.20 0.88 0.27
HSL 46.3º 0.78% 0.41% -
HSV(B) 46.3º 0.88% 0.73% -
XYZ 30.75 31.56 5.28 -
YUV 144.81 59.26 156.66 -
System Red Green Blue C M Y K H S L
Decimal 185 148 23 0 0.20 0.88 0.27 46.3 0.78 0.41
Hex B9 94 17 0 14 58 1B 2E 4E 29
Octal 271 224 27 0 24 130 33 56 116 51
Binary 10111001 10010100 10111 0 10100 1011000 11011 101110 1001110 101001

Color Harmonies of #B99417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99417

Black with #B99417

Text Example


Text Example

White with #B99417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99417; }

 p { color: rgb(185,148,23); }

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

background-color css

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

 a { background-color: rgb(185,148,23); }

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

border-color css

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

 span { border-color: rgb(185,148,23); }

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