Html Css Color HEX #BF702C Meteor

📋 copy color: '#BF702C'

red 191 ◦ green 112 ◦ blue 44

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

Shades of Meteor #BF702C

Tints of Meteor #BF702C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.68%

R = 55.04%
G = 32.28%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF702C (or 0xBF702C) is known color: Meteor. HEX triplet: BF, 70 and 2C. RGB value is (191,112,44). Sum of RGB (Red+Green+Blue) = 191+112+44=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF702C is #408FD3. Grayscale: #808080. Windows color (decimal): -4231124 or 2912447. OLE color: 2912447.

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

Color convert

RGB 191 112 44 -
CMYK 0 0.41 0.77 0.25
HSL 27.76º 0.63% 0.46% -
HSV(B) 27.76º 0.77% 0.75% -
XYZ 27.73 22.85 5.33 -
YUV 127.87 80.67 173.03 -
System Red Green Blue C M Y K H S L
Decimal 191 112 44 0 0.41 0.77 0.25 27.76 0.63 0.46
Hex BF 70 2C 0 29 4D 19 1C 3F 2E
Octal 277 160 54 0 51 115 31 34 77 56
Binary 10111111 1110000 101100 0 101001 1001101 11001 11100 111111 101110

Color Harmonies of #BF702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF702C

Black with #BF702C

Text Example


Text Example

White with #BF702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF702C; }

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

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

background-color css

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

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

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

border-color css

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

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

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