Html Css Color HEX #BE7C32 Meteor

📋 copy color: '#BE7C32'

red 190 ◦ green 124 ◦ blue 50

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

Shades of Meteor #BE7C32

Tints of Meteor #BE7C32

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

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

R = 52.2%
G = 34.07%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE7C32 (or 0xBE7C32) is known color: Meteor. HEX triplet: BE, 7C and 32. RGB value is (190,124,50). Sum of RGB (Red+Green+Blue) = 190+124+50=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7C32 is #4183CD. Grayscale: #878787. Windows color (decimal): -4293582 or 3308734. OLE color: 3308734.

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

Color convert

RGB 190 124 50 -
CMYK 0 0.35 0.74 0.25
HSL 31.71º 0.58% 0.47% -
HSV(B) 31.71º 0.74% 0.75% -
XYZ 29.02 25.59 6.43 -
YUV 135.3 79.87 167.02 -
System Red Green Blue C M Y K H S L
Decimal 190 124 50 0 0.35 0.74 0.25 31.71 0.58 0.47
Hex BE 7C 32 0 23 4A 19 20 3A 2F
Octal 276 174 62 0 43 112 31 40 72 57
Binary 10111110 1111100 110010 0 100011 1001010 11001 100000 111010 101111

Color Harmonies of #BE7C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7C32

Black with #BE7C32

Text Example


Text Example

White with #BE7C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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