Html Css Color HEX #BF712A Meteor

📋 copy color: '#BF712A'

red 191 ◦ green 113 ◦ blue 42

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

Shades of Meteor #BF712A

Tints of Meteor #BF712A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.66%

 BLUE value IS 42 (16.8% from 255) = 12.14%

R = 55.2%
G = 32.66%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF712A (or 0xBF712A) is known color: Meteor. HEX triplet: BF, 71 and 2A. RGB value is (191,113,42). Sum of RGB (Red+Green+Blue) = 191+113+42=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF712A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF712A is #408ED5. Grayscale: #808080. Windows color (decimal): -4230870 or 2781631. OLE color: 2781631.

HSL color Cylindrical-coordinate representation of color #BF712A: hue angle of 28.59º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF712A is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 113 42 -
CMYK 0 0.41 0.78 0.25
HSL 28.59º 0.64% 0.46% -
HSV(B) 28.59º 0.78% 0.75% -
XYZ 27.81 23.05 5.17 -
YUV 128.23 79.34 172.77 -
System Red Green Blue C M Y K H S L
Decimal 191 113 42 0 0.41 0.78 0.25 28.59 0.64 0.46
Hex BF 71 2A 0 29 4E 19 1D 40 2E
Octal 277 161 52 0 51 116 31 35 100 56
Binary 10111111 1110001 101010 0 101001 1001110 11001 11101 1000000 101110

Color Harmonies of #BF712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF712A

Black with #BF712A

Text Example


Text Example

White with #BF712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF712A; }

 p { color: rgb(191,113,42); }

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

background-color css

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

 a { background-color: rgb(191,113,42); }

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

border-color css

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

 span { border-color: rgb(191,113,42); }

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