Html Css Color HEX #BE742C Meteor

📋 copy color: '#BE742C'

red 190 ◦ green 116 ◦ blue 44

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

Shades of Meteor #BE742C

Tints of Meteor #BE742C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

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

R = 54.29%
G = 33.14%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE742C (or 0xBE742C) is known color: Meteor. HEX triplet: BE, 74 and 2C. RGB value is (190,116,44). Sum of RGB (Red+Green+Blue) = 190+116+44=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE742C is #418BD3. Grayscale: #828282. Windows color (decimal): -4295636 or 2913470. OLE color: 2913470.

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

Color convert

RGB 190 116 44 -
CMYK 0 0.39 0.77 0.25
HSL 29.59º 0.62% 0.46% -
HSV(B) 29.59º 0.77% 0.75% -
XYZ 27.94 23.62 5.47 -
YUV 129.92 79.52 170.85 -
System Red Green Blue C M Y K H S L
Decimal 190 116 44 0 0.39 0.77 0.25 29.59 0.62 0.46
Hex BE 74 2C 0 27 4D 19 1E 3E 2E
Octal 276 164 54 0 47 115 31 36 76 56
Binary 10111110 1110100 101100 0 100111 1001101 11001 11110 111110 101110

Color Harmonies of #BE742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE742C

Black with #BE742C

Text Example


Text Example

White with #BE742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE742C; }

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

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

background-color css

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

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

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

border-color css

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

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

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