Html Css Color HEX #BE712F Meteor

📋 copy color: '#BE712F'

red 190 ◦ green 113 ◦ blue 47

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

Shades of Meteor #BE712F

Tints of Meteor #BE712F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.43%

R = 54.29%
G = 32.29%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE712F (or 0xBE712F) is known color: Meteor. HEX triplet: BE, 71 and 2F. RGB value is (190,113,47). Sum of RGB (Red+Green+Blue) = 190+113+47=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE712F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE712F is #418ED0. Grayscale: #808080. Windows color (decimal): -4296401 or 3109310. OLE color: 3109310.

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

Color convert

RGB 190 113 47 -
CMYK 0 0.41 0.75 0.25
HSL 27.69º 0.6% 0.46% -
HSV(B) 27.69º 0.75% 0.75% -
XYZ 27.65 22.96 5.66 -
YUV 128.5 82.01 171.87 -
System Red Green Blue C M Y K H S L
Decimal 190 113 47 0 0.41 0.75 0.25 27.69 0.6 0.46
Hex BE 71 2F 0 29 4B 19 1C 3C 2E
Octal 276 161 57 0 51 113 31 34 74 56
Binary 10111110 1110001 101111 0 101001 1001011 11001 11100 111100 101110

Color Harmonies of #BE712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE712F

Black with #BE712F

Text Example


Text Example

White with #BE712F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE712F; }

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

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

background-color css

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

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

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

border-color css

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

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

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