Html Css Color HEX #BF971E Buddha Gold

📋 copy color: '#BF971E'

red 191 ◦ green 151 ◦ blue 30

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

Shades of Buddha Gold #BF971E

Tints of Buddha Gold #BF971E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.06%

R = 51.34%
G = 40.59%
B = 8.06%

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

#BF971E (or 0xBF971E) is known color: Buddha Gold. HEX triplet: BF, 97 and 1E. RGB value is (191,151,30). Sum of RGB (Red+Green+Blue) = 191+151+30=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF971E is #4068E1. Grayscale: #959595. Windows color (decimal): -4221154 or 2004927. OLE color: 2004927.

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

Color convert

RGB 191 151 30 -
CMYK 0 0.21 0.84 0.25
HSL 45.09º 0.73% 0.43% -
HSV(B) 45.09º 0.84% 0.75% -
XYZ 32.79 33.3 5.93 -
YUV 149.17 60.75 157.84 -
System Red Green Blue C M Y K H S L
Decimal 191 151 30 0 0.21 0.84 0.25 45.09 0.73 0.43
Hex BF 97 1E 0 15 54 19 2D 49 2B
Octal 277 227 36 0 25 124 31 55 111 53
Binary 10111111 10010111 11110 0 10101 1010100 11001 101101 1001001 101011

Color Harmonies of #BF971E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF971E

Black with #BF971E

Text Example


Text Example

White with #BF971E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF971E; }

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

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

background-color css

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

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

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

border-color css

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

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

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