Html Css Color HEX #BE7130 Meteor

📋 copy color: '#BE7130'

red 190 ◦ green 113 ◦ blue 48

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

Shades of Meteor #BE7130

Tints of Meteor #BE7130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.68%

R = 54.13%
G = 32.19%
B = 13.68%

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

#BE7130 (or 0xBE7130) is known color: Meteor. HEX triplet: BE, 71 and 30. RGB value is (190,113,48). Sum of RGB (Red+Green+Blue) = 190+113+48=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7130 is #418ECF. Grayscale: #808080. Windows color (decimal): -4296400 or 3174846. OLE color: 3174846.

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

Color convert

RGB 190 113 48 -
CMYK 0 0.41 0.75 0.25
HSL 27.46º 0.6% 0.47% -
HSV(B) 27.46º 0.75% 0.75% -
XYZ 27.67 22.97 5.77 -
YUV 128.61 82.51 171.79 -
System Red Green Blue C M Y K H S L
Decimal 190 113 48 0 0.41 0.75 0.25 27.46 0.6 0.47
Hex BE 71 30 0 29 4B 19 1B 3C 2F
Octal 276 161 60 0 51 113 31 33 74 57
Binary 10111110 1110001 110000 0 101001 1001011 11001 11011 111100 101111

Color Harmonies of #BE7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7130

Black with #BE7130

Text Example


Text Example

White with #BE7130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7130; }

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

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

background-color css

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

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

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

border-color css

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

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

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