Html Css Color HEX #BE7332 Meteor

📋 copy color: '#BE7332'

red 190 ◦ green 115 ◦ blue 50

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

Shades of Meteor #BE7332

Tints of Meteor #BE7332

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

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

R = 53.52%
G = 32.39%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE7332 (or 0xBE7332) is known color: Meteor. HEX triplet: BE, 73 and 32. RGB value is (190,115,50). Sum of RGB (Red+Green+Blue) = 190+115+50=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7332 is #418CCD. Grayscale: #828282. Windows color (decimal): -4295886 or 3306430. OLE color: 3306430.

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

Color convert

RGB 190 115 50 -
CMYK 0 0.39 0.74 0.25
HSL 27.86º 0.58% 0.47% -
HSV(B) 27.86º 0.74% 0.75% -
XYZ 27.94 23.44 6.07 -
YUV 130.02 82.85 170.79 -
System Red Green Blue C M Y K H S L
Decimal 190 115 50 0 0.39 0.74 0.25 27.86 0.58 0.47
Hex BE 73 32 0 27 4A 19 1C 3A 2F
Octal 276 163 62 0 47 112 31 34 72 57
Binary 10111110 1110011 110010 0 100111 1001010 11001 11100 111010 101111

Color Harmonies of #BE7332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7332

Black with #BE7332

Text Example


Text Example

White with #BE7332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7332; }

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

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

background-color css

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

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

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

border-color css

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

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

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