Html Css Color HEX #BE752D Meteor

📋 copy color: '#BE752D'

red 190 ◦ green 117 ◦ blue 45

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

Shades of Meteor #BE752D

Tints of Meteor #BE752D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.24%

 BLUE value IS 45 (17.97% from 255) = 12.78%

R = 53.98%
G = 33.24%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE752D (or 0xBE752D) is known color: Meteor. HEX triplet: BE, 75 and 2D. RGB value is (190,117,45). Sum of RGB (Red+Green+Blue) = 190+117+45=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE752D is #418AD2. Grayscale: #828282. Windows color (decimal): -4295379 or 2979262. OLE color: 2979262.

HSL color Cylindrical-coordinate representation of color #BE752D: hue angle of 29.79º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE752D is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 117 45 -
CMYK 0 0.38 0.76 0.25
HSL 29.79º 0.62% 0.46% -
HSV(B) 29.79º 0.76% 0.75% -
XYZ 28.07 23.86 5.61 -
YUV 130.62 79.68 170.35 -
System Red Green Blue C M Y K H S L
Decimal 190 117 45 0 0.38 0.76 0.25 29.79 0.62 0.46
Hex BE 75 2D 0 26 4C 19 1E 3E 2E
Octal 276 165 55 0 46 114 31 36 76 56
Binary 10111110 1110101 101101 0 100110 1001100 11001 11110 111110 101110

Color Harmonies of #BE752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE752D

Black with #BE752D

Text Example


Text Example

White with #BE752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE752D; }

 p { color: rgb(190,117,45); }

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

background-color css

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

 a { background-color: rgb(190,117,45); }

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

border-color css

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

 span { border-color: rgb(190,117,45); }

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