Html Css Color HEX #BF7028 Meteor

📋 copy color: '#BF7028'

red 191 ◦ green 112 ◦ blue 40

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

Shades of Meteor #BF7028

Tints of Meteor #BF7028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.66%

R = 55.69%
G = 32.65%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF7028 (or 0xBF7028) is known color: Meteor. HEX triplet: BF, 70 and 28. RGB value is (191,112,40). Sum of RGB (Red+Green+Blue) = 191+112+40=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7028 is #408FD7. Grayscale: #7F7F7F. Windows color (decimal): -4231128 or 2650303. OLE color: 2650303.

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

Color convert

RGB 191 112 40 -
CMYK 0 0.41 0.79 0.25
HSL 28.61º 0.65% 0.45% -
HSV(B) 28.61º 0.79% 0.75% -
XYZ 27.66 22.82 4.95 -
YUV 127.41 78.67 173.35 -
System Red Green Blue C M Y K H S L
Decimal 191 112 40 0 0.41 0.79 0.25 28.61 0.65 0.45
Hex BF 70 28 0 29 4F 19 1D 41 2D
Octal 277 160 50 0 51 117 31 35 101 55
Binary 10111111 1110000 101000 0 101001 1001111 11001 11101 1000001 101101

Color Harmonies of #BF7028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7028

Black with #BF7028

Text Example


Text Example

White with #BF7028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7028; }

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

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

background-color css

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

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

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

border-color css

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

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

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