Html Css Color HEX #BE7028 Meteor

📋 copy color: '#BE7028'

red 190 ◦ green 112 ◦ blue 40

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

Shades of Meteor #BE7028

Tints of Meteor #BE7028

RGB

 RED value IS 190 (74.61% from 255) = 55.56%

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

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

R = 55.56%
G = 32.75%
B = 11.7%

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

#BE7028 (or 0xBE7028) is known color: Meteor. HEX triplet: BE, 70 and 28. RGB value is (190,112,40). Sum of RGB (Red+Green+Blue) = 190+112+40=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7028 is #418FD7. Grayscale: #7F7F7F. Windows color (decimal): -4296664 or 2650302. OLE color: 2650302.

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

Color convert

RGB 190 112 40 -
CMYK 0 0.41 0.79 0.25
HSL 28.8º 0.65% 0.45% -
HSV(B) 28.8º 0.79% 0.75% -
XYZ 27.41 22.69 4.94 -
YUV 127.11 78.84 172.85 -
System Red Green Blue C M Y K H S L
Decimal 190 112 40 0 0.41 0.79 0.25 28.8 0.65 0.45
Hex BE 70 28 0 29 4F 19 1D 41 2D
Octal 276 160 50 0 51 117 31 35 101 55
Binary 10111110 1110000 101000 0 101001 1001111 11001 11101 1000001 101101

Color Harmonies of #BE7028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7028

Black with #BE7028

Text Example


Text Example

White with #BE7028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7028; }

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

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

background-color css

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

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

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

border-color css

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

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

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