Html Css Color HEX #BE702A Meteor

📋 copy color: '#BE702A'

red 190 ◦ green 112 ◦ blue 42

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

Shades of Meteor #BE702A

Tints of Meteor #BE702A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.56%

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

R = 55.23%
G = 32.56%
B = 12.21%

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

#BE702A (or 0xBE702A) is known color: Meteor. HEX triplet: BE, 70 and 2A. RGB value is (190,112,42). Sum of RGB (Red+Green+Blue) = 190+112+42=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE702A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE702A is #418FD5. Grayscale: #7F7F7F. Windows color (decimal): -4296662 or 2781374. OLE color: 2781374.

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

Color convert

RGB 190 112 42 -
CMYK 0 0.41 0.78 0.25
HSL 28.38º 0.64% 0.45% -
HSV(B) 28.38º 0.78% 0.75% -
XYZ 27.45 22.7 5.13 -
YUV 127.34 79.84 172.69 -
System Red Green Blue C M Y K H S L
Decimal 190 112 42 0 0.41 0.78 0.25 28.38 0.64 0.45
Hex BE 70 2A 0 29 4E 19 1C 40 2D
Octal 276 160 52 0 51 116 31 34 100 55
Binary 10111110 1110000 101010 0 101001 1001110 11001 11100 1000000 101101

Color Harmonies of #BE702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE702A

Black with #BE702A

Text Example


Text Example

White with #BE702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE702A; }

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

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

background-color css

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

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

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

border-color css

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

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

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