Html Css Color HEX #BF6E34 Meteor

📋 copy color: '#BF6E34'

red 191 ◦ green 110 ◦ blue 52

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

Shades of Meteor #BF6E34

Tints of Meteor #BF6E34

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.16%

 BLUE value IS 52 (20.7% from 255) = 14.73%

R = 54.11%
G = 31.16%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF6E34 (or 0xBF6E34) is known color: Meteor. HEX triplet: BF, 6E and 34. RGB value is (191,110,52). Sum of RGB (Red+Green+Blue) = 191+110+52=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6E34 is #4091CB. Grayscale: #7F7F7F. Windows color (decimal): -4231628 or 3436223. OLE color: 3436223.

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

Color convert

RGB 191 110 52 -
CMYK 0 0.42 0.73 0.25
HSL 25.04º 0.57% 0.48% -
HSV(B) 25.04º 0.73% 0.75% -
XYZ 27.68 22.48 6.13 -
YUV 127.61 85.34 173.22 -
System Red Green Blue C M Y K H S L
Decimal 191 110 52 0 0.42 0.73 0.25 25.04 0.57 0.48
Hex BF 6E 34 0 2A 49 19 19 39 30
Octal 277 156 64 0 52 111 31 31 71 60
Binary 10111111 1101110 110100 0 101010 1001001 11001 11001 111001 110000

Color Harmonies of #BF6E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6E34

Black with #BF6E34

Text Example


Text Example

White with #BF6E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6E34; }

 p { color: rgb(191,110,52); }

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

background-color css

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

 a { background-color: rgb(191,110,52); }

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

border-color css

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

 span { border-color: rgb(191,110,52); }

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