Html Css Color HEX #BE7730 Meteor

📋 copy color: '#BE7730'

red 190 ◦ green 119 ◦ blue 48

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

Shades of Meteor #BE7730

Tints of Meteor #BE7730

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.33%

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

R = 53.22%
G = 33.33%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE7730 (or 0xBE7730) is known color: Meteor. HEX triplet: BE, 77 and 30. RGB value is (190,119,48). Sum of RGB (Red+Green+Blue) = 190+119+48=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7730 is #4188CF. Grayscale: #848484. Windows color (decimal): -4294864 or 3176382. OLE color: 3176382.

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

Color convert

RGB 190 119 48 -
CMYK 0 0.37 0.75 0.25
HSL 30º 0.6% 0.47% -
HSV(B) 30º 0.75% 0.75% -
XYZ 28.37 24.35 6 -
YUV 132.14 80.52 169.27 -
System Red Green Blue C M Y K H S L
Decimal 190 119 48 0 0.37 0.75 0.25 30 0.6 0.47
Hex BE 77 30 0 25 4B 19 1E 3C 2F
Octal 276 167 60 0 45 113 31 36 74 57
Binary 10111110 1110111 110000 0 100101 1001011 11001 11110 111100 101111

Color Harmonies of #BE7730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7730

Black with #BE7730

Text Example


Text Example

White with #BE7730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7730; }

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

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

background-color css

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

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

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

border-color css

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

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

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