Html Css Color HEX #BE7330 Meteor

📋 copy color: '#BE7330'

red 190 ◦ green 115 ◦ blue 48

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

Shades of Meteor #BE7330

Tints of Meteor #BE7330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.58%

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

R = 53.82%
G = 32.58%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE7330 (or 0xBE7330) is known color: Meteor. HEX triplet: BE, 73 and 30. RGB value is (190,115,48). Sum of RGB (Red+Green+Blue) = 190+115+48=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7330 is #418CCF. Grayscale: #828282. Windows color (decimal): -4295888 or 3175358. OLE color: 3175358.

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

Color convert

RGB 190 115 48 -
CMYK 0 0.39 0.75 0.25
HSL 28.31º 0.6% 0.47% -
HSV(B) 28.31º 0.75% 0.75% -
XYZ 27.9 23.42 5.85 -
YUV 129.79 81.85 170.95 -
System Red Green Blue C M Y K H S L
Decimal 190 115 48 0 0.39 0.75 0.25 28.31 0.6 0.47
Hex BE 73 30 0 27 4B 19 1C 3C 2F
Octal 276 163 60 0 47 113 31 34 74 57
Binary 10111110 1110011 110000 0 100111 1001011 11001 11100 111100 101111

Color Harmonies of #BE7330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7330

Black with #BE7330

Text Example


Text Example

White with #BE7330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7330; }

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

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

background-color css

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

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

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

border-color css

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

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

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