Html Css Color HEX #BE7530 Meteor

📋 copy color: '#BE7530'

red 190 ◦ green 117 ◦ blue 48

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

Shades of Meteor #BE7530

Tints of Meteor #BE7530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.96%

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

R = 53.52%
G = 32.96%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE7530 (or 0xBE7530) is known color: Meteor. HEX triplet: BE, 75 and 30. RGB value is (190,117,48). Sum of RGB (Red+Green+Blue) = 190+117+48=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7530 is #418ACF. Grayscale: #838383. Windows color (decimal): -4295376 or 3175870. OLE color: 3175870.

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

Color convert

RGB 190 117 48 -
CMYK 0 0.38 0.75 0.25
HSL 29.15º 0.6% 0.47% -
HSV(B) 29.15º 0.75% 0.75% -
XYZ 28.13 23.88 5.92 -
YUV 130.96 81.18 170.11 -
System Red Green Blue C M Y K H S L
Decimal 190 117 48 0 0.38 0.75 0.25 29.15 0.6 0.47
Hex BE 75 30 0 26 4B 19 1D 3C 2F
Octal 276 165 60 0 46 113 31 35 74 57
Binary 10111110 1110101 110000 0 100110 1001011 11001 11101 111100 101111

Color Harmonies of #BE7530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7530

Black with #BE7530

Text Example


Text Example

White with #BE7530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7530; }

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

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

background-color css

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

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

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

border-color css

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

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

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