Html Css Color HEX #BE7036 Meteor

📋 copy color: '#BE7036'

red 190 ◦ green 112 ◦ blue 54

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

Shades of Meteor #BE7036

Tints of Meteor #BE7036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.17%

R = 53.37%
G = 31.46%
B = 15.17%

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

#BE7036 (or 0xBE7036) is known color: Meteor. HEX triplet: BE, 70 and 36. RGB value is (190,112,54). Sum of RGB (Red+Green+Blue) = 190+112+54=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7036 is #418FC9. Grayscale: #818181. Windows color (decimal): -4296650 or 3567806. OLE color: 3567806.

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

Color convert

RGB 190 112 54 -
CMYK 0 0.41 0.72 0.25
HSL 25.59º 0.56% 0.48% -
HSV(B) 25.59º 0.72% 0.75% -
XYZ 27.7 22.8 6.43 -
YUV 128.71 85.84 171.72 -
System Red Green Blue C M Y K H S L
Decimal 190 112 54 0 0.41 0.72 0.25 25.59 0.56 0.48
Hex BE 70 36 0 29 48 19 1A 38 30
Octal 276 160 66 0 51 110 31 32 70 60
Binary 10111110 1110000 110110 0 101001 1001000 11001 11010 111000 110000

Color Harmonies of #BE7036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7036

Black with #BE7036

Text Example


Text Example

White with #BE7036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7036; }

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

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

background-color css

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

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

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

border-color css

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

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

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