Html Css Color HEX #BE752C Meteor

📋 copy color: '#BE752C'

red 190 ◦ green 117 ◦ blue 44

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

Shades of Meteor #BE752C

Tints of Meteor #BE752C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.54%

R = 54.13%
G = 33.33%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE752C (or 0xBE752C) is known color: Meteor. HEX triplet: BE, 75 and 2C. RGB value is (190,117,44). Sum of RGB (Red+Green+Blue) = 190+117+44=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE752C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE752C is #418AD3. Grayscale: #828282. Windows color (decimal): -4295380 or 2913726. OLE color: 2913726.

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

Color convert

RGB 190 117 44 -
CMYK 0 0.38 0.77 0.25
HSL 30º 0.62% 0.46% -
HSV(B) 30º 0.77% 0.75% -
XYZ 28.05 23.85 5.51 -
YUV 130.51 79.18 170.44 -
System Red Green Blue C M Y K H S L
Decimal 190 117 44 0 0.38 0.77 0.25 30 0.62 0.46
Hex BE 75 2C 0 26 4D 19 1E 3E 2E
Octal 276 165 54 0 46 115 31 36 76 56
Binary 10111110 1110101 101100 0 100110 1001101 11001 11110 111110 101110

Color Harmonies of #BE752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE752C

Black with #BE752C

Text Example


Text Example

White with #BE752C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE752C; }

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

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

background-color css

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

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

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

border-color css

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

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

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