Html Css Color HEX #BF9E20 Buddha Gold

📋 copy color: '#BF9E20'

red 191 ◦ green 158 ◦ blue 32

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

Shades of Buddha Gold #BF9E20

Tints of Buddha Gold #BF9E20

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.47%

 BLUE value IS 32 (12.89% from 255) = 8.4%

R = 50.13%
G = 41.47%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF9E20 (or 0xBF9E20) is known color: Buddha Gold. HEX triplet: BF, 9E and 20. RGB value is (191,158,32). Sum of RGB (Red+Green+Blue) = 191+158+32=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9E20 is #4061DF. Grayscale: #9A9A9A. Windows color (decimal): -4219360 or 2137791. OLE color: 2137791.

HSL color Cylindrical-coordinate representation of color #BF9E20: hue angle of 47.55º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF9E20 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 158 32 -
CMYK 0 0.17 0.83 0.25
HSL 47.55º 0.71% 0.44% -
HSV(B) 47.55º 0.83% 0.75% -
XYZ 33.97 35.63 6.45 -
YUV 153.5 59.43 154.75 -
System Red Green Blue C M Y K H S L
Decimal 191 158 32 0 0.17 0.83 0.25 47.55 0.71 0.44
Hex BF 9E 20 0 11 53 19 30 47 2C
Octal 277 236 40 0 21 123 31 60 107 54
Binary 10111111 10011110 100000 0 10001 1010011 11001 110000 1000111 101100

Color Harmonies of #BF9E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9E20

Black with #BF9E20

Text Example


Text Example

White with #BF9E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9E20; }

 p { color: rgb(191,158,32); }

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

background-color css

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

 a { background-color: rgb(191,158,32); }

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

border-color css

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

 span { border-color: rgb(191,158,32); }

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