Html Css Color HEX #BF950E Buddha Gold

📋 copy color: '#BF950E'

red 191 ◦ green 149 ◦ blue 14

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

Shades of Buddha Gold #BF950E

Tints of Buddha Gold #BF950E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.09%

 BLUE value IS 14 (5.86% from 255) = 3.95%

R = 53.95%
G = 42.09%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF950E (or 0xBF950E) is known color: Buddha Gold. HEX triplet: BF, 95 and 0E. RGB value is (191,149,14). Sum of RGB (Red+Green+Blue) = 191+149+14=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF950E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF950E is #406AF1. Grayscale: #929292. Windows color (decimal): -4221682 or 955839. OLE color: 955839.

HSL color Cylindrical-coordinate representation of color #BF950E: hue angle of 45.76º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF950E is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 149 14 -
CMYK 0 0.22 0.93 0.25
HSL 45.76º 0.86% 0.4% -
HSV(B) 45.76º 0.93% 0.75% -
XYZ 32.31 32.6 5.01 -
YUV 146.17 53.41 159.98 -
System Red Green Blue C M Y K H S L
Decimal 191 149 14 0 0.22 0.93 0.25 45.76 0.86 0.4
Hex BF 95 E 0 16 5D 19 2E 56 28
Octal 277 225 16 0 26 135 31 56 126 50
Binary 10111111 10010101 1110 0 10110 1011101 11001 101110 1010110 101000

Color Harmonies of #BF950E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF950E

Black with #BF950E

Text Example


Text Example

White with #BF950E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF950E; }

 p { color: rgb(191,149,14); }

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

background-color css

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

 a { background-color: rgb(191,149,14); }

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

border-color css

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

 span { border-color: rgb(191,149,14); }

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