Html Css Color HEX #BE752E Meteor

📋 copy color: '#BE752E'

red 190 ◦ green 117 ◦ blue 46

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

Shades of Meteor #BE752E

Tints of Meteor #BE752E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.14%

 BLUE value IS 46 (18.36% from 255) = 13.03%

R = 53.82%
G = 33.14%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE752E (or 0xBE752E) is known color: Meteor. HEX triplet: BE, 75 and 2E. RGB value is (190,117,46). Sum of RGB (Red+Green+Blue) = 190+117+46=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE752E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE752E is #418AD1. Grayscale: #838383. Windows color (decimal): -4295378 or 3044798. OLE color: 3044798.

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

Color convert

RGB 190 117 46 -
CMYK 0 0.38 0.76 0.25
HSL 29.58º 0.61% 0.46% -
HSV(B) 29.58º 0.76% 0.75% -
XYZ 28.09 23.87 5.71 -
YUV 130.73 80.18 170.27 -
System Red Green Blue C M Y K H S L
Decimal 190 117 46 0 0.38 0.76 0.25 29.58 0.61 0.46
Hex BE 75 2E 0 26 4C 19 1E 3D 2E
Octal 276 165 56 0 46 114 31 36 75 56
Binary 10111110 1110101 101110 0 100110 1001100 11001 11110 111101 101110

Color Harmonies of #BE752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE752E

Black with #BE752E

Text Example


Text Example

White with #BE752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE752E; }

 p { color: rgb(190,117,46); }

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

background-color css

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

 a { background-color: rgb(190,117,46); }

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

border-color css

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

 span { border-color: rgb(190,117,46); }

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