Html Css Color HEX #BE752F Meteor

📋 copy color: '#BE752F'

red 190 ◦ green 117 ◦ blue 47

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

Shades of Meteor #BE752F

Tints of Meteor #BE752F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.28%

R = 53.67%
G = 33.05%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE752F (or 0xBE752F) is known color: Meteor. HEX triplet: BE, 75 and 2F. RGB value is (190,117,47). Sum of RGB (Red+Green+Blue) = 190+117+47=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE752F is #418AD0. Grayscale: #838383. Windows color (decimal): -4295377 or 3110334. OLE color: 3110334.

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

Color convert

RGB 190 117 47 -
CMYK 0 0.38 0.75 0.25
HSL 29.37º 0.6% 0.46% -
HSV(B) 29.37º 0.75% 0.75% -
XYZ 28.11 23.87 5.82 -
YUV 130.85 80.68 170.19 -
System Red Green Blue C M Y K H S L
Decimal 190 117 47 0 0.38 0.75 0.25 29.37 0.6 0.46
Hex BE 75 2F 0 26 4B 19 1D 3C 2E
Octal 276 165 57 0 46 113 31 35 74 56
Binary 10111110 1110101 101111 0 100110 1001011 11001 11101 111100 101110

Color Harmonies of #BE752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE752F

Black with #BE752F

Text Example


Text Example

White with #BE752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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