Html Css Color HEX #BE7A36 Meteor

📋 copy color: '#BE7A36'

red 190 ◦ green 122 ◦ blue 54

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

Shades of Meteor #BE7A36

Tints of Meteor #BE7A36

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.33%

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

R = 51.91%
G = 33.33%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE7A36 (or 0xBE7A36) is known color: Meteor. HEX triplet: BE, 7A and 36. RGB value is (190,122,54). Sum of RGB (Red+Green+Blue) = 190+122+54=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A36 is #4185C9. Grayscale: #868686. Windows color (decimal): -4294090 or 3570366. OLE color: 3570366.

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

Color convert

RGB 190 122 54 -
CMYK 0 0.36 0.72 0.25
HSL 30º 0.56% 0.48% -
HSV(B) 30º 0.72% 0.75% -
XYZ 28.86 25.13 6.82 -
YUV 134.58 82.53 167.53 -
System Red Green Blue C M Y K H S L
Decimal 190 122 54 0 0.36 0.72 0.25 30 0.56 0.48
Hex BE 7A 36 0 24 48 19 1E 38 30
Octal 276 172 66 0 44 110 31 36 70 60
Binary 10111110 1111010 110110 0 100100 1001000 11001 11110 111000 110000

Color Harmonies of #BE7A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A36

Black with #BE7A36

Text Example


Text Example

White with #BE7A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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