Html Css Color HEX #BE7B32 Meteor

📋 copy color: '#BE7B32'

red 190 ◦ green 123 ◦ blue 50

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

Shades of Meteor #BE7B32

Tints of Meteor #BE7B32

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.88%

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

R = 52.34%
G = 33.88%
B = 13.77%

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

#BE7B32 (or 0xBE7B32) is known color: Meteor. HEX triplet: BE, 7B and 32. RGB value is (190,123,50). Sum of RGB (Red+Green+Blue) = 190+123+50=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7B32 is #4184CD. Grayscale: #878787. Windows color (decimal): -4293838 or 3308478. OLE color: 3308478.

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

Color convert

RGB 190 123 50 -
CMYK 0 0.35 0.74 0.25
HSL 31.29º 0.58% 0.47% -
HSV(B) 31.29º 0.74% 0.75% -
XYZ 28.89 25.34 6.39 -
YUV 134.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 190 123 50 0 0.35 0.74 0.25 31.29 0.58 0.47
Hex BE 7B 32 0 23 4A 19 1F 3A 2F
Octal 276 173 62 0 43 112 31 37 72 57
Binary 10111110 1111011 110010 0 100011 1001010 11001 11111 111010 101111

Color Harmonies of #BE7B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B32

Black with #BE7B32

Text Example


Text Example

White with #BE7B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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