Html Css Color HEX #BE7232 Meteor

📋 copy color: '#BE7232'

red 190 ◦ green 114 ◦ blue 50

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

Shades of Meteor #BE7232

Tints of Meteor #BE7232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.2%

 BLUE value IS 50 (19.92% from 255) = 14.12%

R = 53.67%
G = 32.2%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE7232 (or 0xBE7232) is known color: Meteor. HEX triplet: BE, 72 and 32. RGB value is (190,114,50). Sum of RGB (Red+Green+Blue) = 190+114+50=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7232 is #418DCD. Grayscale: #818181. Windows color (decimal): -4296142 or 3306174. OLE color: 3306174.

HSL color Cylindrical-coordinate representation of color #BE7232: hue angle of 27.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE7232 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 114 50 -
CMYK 0 0.40 0.74 0.25
HSL 27.43º 0.58% 0.47% -
HSV(B) 27.43º 0.74% 0.75% -
XYZ 27.83 23.21 6.03 -
YUV 129.43 83.18 171.2 -
System Red Green Blue C M Y K H S L
Decimal 190 114 50 0 0.40 0.74 0.25 27.43 0.58 0.47
Hex BE 72 32 0 28 4A 19 1B 3A 2F
Octal 276 162 62 0 50 112 31 33 72 57
Binary 10111110 1110010 110010 0 101000 1001010 11001 11011 111010 101111

Color Harmonies of #BE7232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7232

Black with #BE7232

Text Example


Text Example

White with #BE7232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7232; }

 p { color: rgb(190,114,50); }

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

background-color css

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

 a { background-color: rgb(190,114,50); }

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

border-color css

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

 span { border-color: rgb(190,114,50); }

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