Html Css Color HEX #BE7030 Meteor

📋 copy color: '#BE7030'

red 190 ◦ green 112 ◦ blue 48

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

Shades of Meteor #BE7030

Tints of Meteor #BE7030

RGB

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

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

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

R = 54.29%
G = 32%
B = 13.71%

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

#BE7030 (or 0xBE7030) is known color: Meteor. HEX triplet: BE, 70 and 30. RGB value is (190,112,48). Sum of RGB (Red+Green+Blue) = 190+112+48=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7030 is #418FCF. Grayscale: #808080. Windows color (decimal): -4296656 or 3174590. OLE color: 3174590.

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

Color convert

RGB 190 112 48 -
CMYK 0 0.41 0.75 0.25
HSL 27.04º 0.6% 0.47% -
HSV(B) 27.04º 0.75% 0.75% -
XYZ 27.56 22.75 5.73 -
YUV 128.03 82.84 172.2 -
System Red Green Blue C M Y K H S L
Decimal 190 112 48 0 0.41 0.75 0.25 27.04 0.6 0.47
Hex BE 70 30 0 29 4B 19 1B 3C 2F
Octal 276 160 60 0 51 113 31 33 74 57
Binary 10111110 1110000 110000 0 101001 1001011 11001 11011 111100 101111

Color Harmonies of #BE7030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7030

Black with #BE7030

Text Example


Text Example

White with #BE7030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7030; }

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

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

background-color css

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

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

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

border-color css

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

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

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