Html Css Color HEX #BF9A17 Buddha Gold

📋 copy color: '#BF9A17'

red 191 ◦ green 154 ◦ blue 23

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

Shades of Buddha Gold #BF9A17

Tints of Buddha Gold #BF9A17

RGB

 RED value IS 191 (75% from 255) = 51.9%

 GREEN value IS 154 (60.55% from 255) = 41.85%

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

R = 51.9%
G = 41.85%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF9A17 (or 0xBF9A17) is known color: Buddha Gold. HEX triplet: BF, 9A and 17. RGB value is (191,154,23). Sum of RGB (Red+Green+Blue) = 191+154+23=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9A17 is #4065E8. Grayscale: #969696. Windows color (decimal): -4220393 or 1546943. OLE color: 1546943.

HSL color Cylindrical-coordinate representation of color #BF9A17: hue angle of 46.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF9A17 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 154 23 -
CMYK 0 0.19 0.88 0.25
HSL 46.79º 0.79% 0.42% -
HSV(B) 46.79º 0.88% 0.75% -
XYZ 33.2 34.25 5.67 -
YUV 150.13 56.26 157.15 -
System Red Green Blue C M Y K H S L
Decimal 191 154 23 0 0.19 0.88 0.25 46.79 0.79 0.42
Hex BF 9A 17 0 13 58 19 2F 4F 2A
Octal 277 232 27 0 23 130 31 57 117 52
Binary 10111111 10011010 10111 0 10011 1011000 11001 101111 1001111 101010

Color Harmonies of #BF9A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A17

Black with #BF9A17

Text Example


Text Example

White with #BF9A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A17; }

 p { color: rgb(191,154,23); }

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

background-color css

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

 a { background-color: rgb(191,154,23); }

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

border-color css

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

 span { border-color: rgb(191,154,23); }

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