Html Css Color HEX #BF971F Buddha Gold

📋 copy color: '#BF971F'

red 191 ◦ green 151 ◦ blue 31

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

Shades of Buddha Gold #BF971F

Tints of Buddha Gold #BF971F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.31%

R = 51.21%
G = 40.48%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF971F (or 0xBF971F) is known color: Buddha Gold. HEX triplet: BF, 97 and 1F. RGB value is (191,151,31). Sum of RGB (Red+Green+Blue) = 191+151+31=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF971F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF971F is #4068E0. Grayscale: #959595. Windows color (decimal): -4221153 or 2070463. OLE color: 2070463.

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

Color convert

RGB 191 151 31 -
CMYK 0 0.21 0.84 0.25
HSL 45º 0.72% 0.44% -
HSV(B) 45º 0.84% 0.75% -
XYZ 32.8 33.31 6 -
YUV 149.28 61.25 157.76 -
System Red Green Blue C M Y K H S L
Decimal 191 151 31 0 0.21 0.84 0.25 45 0.72 0.44
Hex BF 97 1F 0 15 54 19 2D 48 2C
Octal 277 227 37 0 25 124 31 55 110 54
Binary 10111111 10010111 11111 0 10101 1010100 11001 101101 1001000 101100

Color Harmonies of #BF971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF971F

Black with #BF971F

Text Example


Text Example

White with #BF971F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF971F; }

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

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

background-color css

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

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

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

border-color css

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

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

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