Html Css Color HEX #BF702A Meteor

📋 copy color: '#BF702A'

red 191 ◦ green 112 ◦ blue 42

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

Shades of Meteor #BF702A

Tints of Meteor #BF702A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.46%

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

R = 55.36%
G = 32.46%
B = 12.17%

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

#BF702A (or 0xBF702A) is known color: Meteor. HEX triplet: BF, 70 and 2A. RGB value is (191,112,42). Sum of RGB (Red+Green+Blue) = 191+112+42=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF702A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF702A is #408FD5. Grayscale: #808080. Windows color (decimal): -4231126 or 2781375. OLE color: 2781375.

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

Color convert

RGB 191 112 42 -
CMYK 0 0.41 0.78 0.25
HSL 28.19º 0.64% 0.46% -
HSV(B) 28.19º 0.78% 0.75% -
XYZ 27.7 22.83 5.14 -
YUV 127.64 79.67 173.19 -
System Red Green Blue C M Y K H S L
Decimal 191 112 42 0 0.41 0.78 0.25 28.19 0.64 0.46
Hex BF 70 2A 0 29 4E 19 1C 40 2E
Octal 277 160 52 0 51 116 31 34 100 56
Binary 10111111 1110000 101010 0 101001 1001110 11001 11100 1000000 101110

Color Harmonies of #BF702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF702A

Black with #BF702A

Text Example


Text Example

White with #BF702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF702A; }

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

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

background-color css

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

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

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

border-color css

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

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

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