Html Css Color HEX #BE712C Meteor

📋 copy color: '#BE712C'

red 190 ◦ green 113 ◦ blue 44

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

Shades of Meteor #BE712C

Tints of Meteor #BE712C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.56%

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

R = 54.76%
G = 32.56%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE712C (or 0xBE712C) is known color: Meteor. HEX triplet: BE, 71 and 2C. RGB value is (190,113,44). Sum of RGB (Red+Green+Blue) = 190+113+44=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE712C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE712C is #418ED3. Grayscale: #808080. Windows color (decimal): -4296404 or 2912702. OLE color: 2912702.

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

Color convert

RGB 190 113 44 -
CMYK 0 0.41 0.77 0.25
HSL 28.36º 0.62% 0.46% -
HSV(B) 28.36º 0.77% 0.75% -
XYZ 27.59 22.94 5.36 -
YUV 128.16 80.51 172.11 -
System Red Green Blue C M Y K H S L
Decimal 190 113 44 0 0.41 0.77 0.25 28.36 0.62 0.46
Hex BE 71 2C 0 29 4D 19 1C 3E 2E
Octal 276 161 54 0 51 115 31 34 76 56
Binary 10111110 1110001 101100 0 101001 1001101 11001 11100 111110 101110

Color Harmonies of #BE712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE712C

Black with #BE712C

Text Example


Text Example

White with #BE712C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE712C; }

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

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

background-color css

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

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

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

border-color css

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

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

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