Html Css Color HEX #BF960E Buddha Gold

📋 copy color: '#BF960E'

red 191 ◦ green 150 ◦ blue 14

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

Shades of Buddha Gold #BF960E

Tints of Buddha Gold #BF960E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.25%

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

R = 53.8%
G = 42.25%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF960E (or 0xBF960E) is known color: Buddha Gold. HEX triplet: BF, 96 and 0E. RGB value is (191,150,14). Sum of RGB (Red+Green+Blue) = 191+150+14=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF960E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF960E is #4069F1. Grayscale: #939393. Windows color (decimal): -4221426 or 956095. OLE color: 956095.

HSL color Cylindrical-coordinate representation of color #BF960E: hue angle of 46.1º 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 #BF960E is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 150 14 -
CMYK 0 0.21 0.93 0.25
HSL 46.1º 0.86% 0.4% -
HSV(B) 46.1º 0.93% 0.75% -
XYZ 32.47 32.92 5.06 -
YUV 146.76 53.08 159.56 -
System Red Green Blue C M Y K H S L
Decimal 191 150 14 0 0.21 0.93 0.25 46.1 0.86 0.4
Hex BF 96 E 0 15 5D 19 2E 56 28
Octal 277 226 16 0 25 135 31 56 126 50
Binary 10111111 10010110 1110 0 10101 1011101 11001 101110 1010110 101000

Color Harmonies of #BF960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF960E

Black with #BF960E

Text Example


Text Example

White with #BF960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF960E; }

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

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

background-color css

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

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

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

border-color css

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

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

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