Html Css Color HEX #BE7830 Meteor

📋 copy color: '#BE7830'

red 190 ◦ green 120 ◦ blue 48

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

Shades of Meteor #BE7830

Tints of Meteor #BE7830

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

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

R = 53.07%
G = 33.52%
B = 13.41%

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

#BE7830 (or 0xBE7830) is known color: Meteor. HEX triplet: BE, 78 and 30. RGB value is (190,120,48). Sum of RGB (Red+Green+Blue) = 190+120+48=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7830 is #4187CF. Grayscale: #858585. Windows color (decimal): -4294608 or 3176638. OLE color: 3176638.

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

Color convert

RGB 190 120 48 -
CMYK 0 0.37 0.75 0.25
HSL 30.42º 0.6% 0.47% -
HSV(B) 30.42º 0.75% 0.75% -
XYZ 28.49 24.59 6.04 -
YUV 132.72 80.19 168.85 -
System Red Green Blue C M Y K H S L
Decimal 190 120 48 0 0.37 0.75 0.25 30.42 0.6 0.47
Hex BE 78 30 0 25 4B 19 1E 3C 2F
Octal 276 170 60 0 45 113 31 36 74 57
Binary 10111110 1111000 110000 0 100101 1001011 11001 11110 111100 101111

Color Harmonies of #BE7830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7830

Black with #BE7830

Text Example


Text Example

White with #BE7830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7830; }

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

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

background-color css

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

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

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

border-color css

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

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

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