Html Css Color HEX #BE712A Meteor

📋 copy color: '#BE712A'

red 190 ◦ green 113 ◦ blue 42

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

Shades of Meteor #BE712A

Tints of Meteor #BE712A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.17%

R = 55.07%
G = 32.75%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE712A (or 0xBE712A) is known color: Meteor. HEX triplet: BE, 71 and 2A. RGB value is (190,113,42). Sum of RGB (Red+Green+Blue) = 190+113+42=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE712A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE712A is #418ED5. Grayscale: #808080. Windows color (decimal): -4296406 or 2781630. OLE color: 2781630.

HSL color Cylindrical-coordinate representation of color #BE712A: hue angle of 28.78º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE712A is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 113 42 -
CMYK 0 0.41 0.78 0.25
HSL 28.78º 0.64% 0.45% -
HSV(B) 28.78º 0.78% 0.75% -
XYZ 27.56 22.92 5.16 -
YUV 127.93 79.51 172.27 -
System Red Green Blue C M Y K H S L
Decimal 190 113 42 0 0.41 0.78 0.25 28.78 0.64 0.45
Hex BE 71 2A 0 29 4E 19 1D 40 2D
Octal 276 161 52 0 51 116 31 35 100 55
Binary 10111110 1110001 101010 0 101001 1001110 11001 11101 1000000 101101

Color Harmonies of #BE712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE712A

Black with #BE712A

Text Example


Text Example

White with #BE712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE712A; }

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

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

background-color css

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

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

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

border-color css

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

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

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