Html Css Color HEX #BF970E Buddha Gold

📋 copy color: '#BF970E'

red 191 ◦ green 151 ◦ blue 14

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

Shades of Buddha Gold #BF970E

Tints of Buddha Gold #BF970E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.42%

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

R = 53.65%
G = 42.42%
B = 3.93%

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

#BF970E (or 0xBF970E) is known color: Buddha Gold. HEX triplet: BF, 97 and 0E. RGB value is (191,151,14). Sum of RGB (Red+Green+Blue) = 191+151+14=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF970E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF970E is #4068F1. Grayscale: #939393. Windows color (decimal): -4221170 or 956351. OLE color: 956351.

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

Color convert

RGB 191 151 14 -
CMYK 0 0.21 0.93 0.25
HSL 46.44º 0.86% 0.4% -
HSV(B) 46.44º 0.93% 0.75% -
XYZ 32.63 33.24 5.11 -
YUV 147.34 52.75 159.14 -
System Red Green Blue C M Y K H S L
Decimal 191 151 14 0 0.21 0.93 0.25 46.44 0.86 0.4
Hex BF 97 E 0 15 5D 19 2E 56 28
Octal 277 227 16 0 25 135 31 56 126 50
Binary 10111111 10010111 1110 0 10101 1011101 11001 101110 1010110 101000

Color Harmonies of #BF970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF970E

Black with #BF970E

Text Example


Text Example

White with #BF970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF970E; }

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

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

background-color css

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

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

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

border-color css

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

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

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