Html Css Color HEX #BE7035 Meteor

📋 copy color: '#BE7035'

red 190 ◦ green 112 ◦ blue 53

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

Shades of Meteor #BE7035

Tints of Meteor #BE7035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.93%

R = 53.52%
G = 31.55%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE7035 (or 0xBE7035) is known color: Meteor. HEX triplet: BE, 70 and 35. RGB value is (190,112,53). Sum of RGB (Red+Green+Blue) = 190+112+53=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7035 is #418FCA. Grayscale: #808080. Windows color (decimal): -4296651 or 3502270. OLE color: 3502270.

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

Color convert

RGB 190 112 53 -
CMYK 0 0.41 0.72 0.25
HSL 25.84º 0.56% 0.48% -
HSV(B) 25.84º 0.72% 0.75% -
XYZ 27.67 22.79 6.31 -
YUV 128.6 85.34 171.8 -
System Red Green Blue C M Y K H S L
Decimal 190 112 53 0 0.41 0.72 0.25 25.84 0.56 0.48
Hex BE 70 35 0 29 48 19 1A 38 30
Octal 276 160 65 0 51 110 31 32 70 60
Binary 10111110 1110000 110101 0 101001 1001000 11001 11010 111000 110000

Color Harmonies of #BE7035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7035

Black with #BE7035

Text Example


Text Example

White with #BE7035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7035; }

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

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

background-color css

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

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

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

border-color css

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

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

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