Html Css Color HEX #BE732C Meteor

📋 copy color: '#BE732C'

red 190 ◦ green 115 ◦ blue 44

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

Shades of Meteor #BE732C

Tints of Meteor #BE732C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.61%

R = 54.44%
G = 32.95%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE732C (or 0xBE732C) is known color: Meteor. HEX triplet: BE, 73 and 2C. RGB value is (190,115,44). Sum of RGB (Red+Green+Blue) = 190+115+44=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE732C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE732C is #418CD3. Grayscale: #818181. Windows color (decimal): -4295892 or 2913214. OLE color: 2913214.

HSL color Cylindrical-coordinate representation of color #BE732C: hue angle of 29.18º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE732C is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 115 44 -
CMYK 0 0.39 0.77 0.25
HSL 29.18º 0.62% 0.46% -
HSV(B) 29.18º 0.77% 0.75% -
XYZ 27.82 23.39 5.43 -
YUV 129.33 79.85 171.27 -
System Red Green Blue C M Y K H S L
Decimal 190 115 44 0 0.39 0.77 0.25 29.18 0.62 0.46
Hex BE 73 2C 0 27 4D 19 1D 3E 2E
Octal 276 163 54 0 47 115 31 35 76 56
Binary 10111110 1110011 101100 0 100111 1001101 11001 11101 111110 101110

Color Harmonies of #BE732C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE732C

Black with #BE732C

Text Example


Text Example

White with #BE732C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE732C; }

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

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

background-color css

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

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

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

border-color css

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

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

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