Html Css Color HEX #BC732E Meteor

📋 copy color: '#BC732E'

red 188 ◦ green 115 ◦ blue 46

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

Shades of Meteor #BC732E

Tints of Meteor #BC732E

RGB

 RED value IS 188 (73.83% from 255) = 53.87%

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

 BLUE value IS 46 (18.36% from 255) = 13.18%

R = 53.87%
G = 32.95%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC732E (or 0xBC732E) is known color: Meteor. HEX triplet: BC, 73 and 2E. RGB value is (188,115,46). Sum of RGB (Red+Green+Blue) = 188+115+46=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC732E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC732E is #438CD1. Grayscale: #818181. Windows color (decimal): -4426962 or 3044284. OLE color: 3044284.

HSL color Cylindrical-coordinate representation of color #BC732E: hue angle of 29.15º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC732E is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 115 46 -
CMYK 0 0.39 0.76 0.26
HSL 29.15º 0.61% 0.46% -
HSV(B) 29.15º 0.76% 0.74% -
XYZ 27.36 23.15 5.61 -
YUV 128.96 81.18 170.11 -
System Red Green Blue C M Y K H S L
Decimal 188 115 46 0 0.39 0.76 0.26 29.15 0.61 0.46
Hex BC 73 2E 0 27 4C 1A 1D 3D 2E
Octal 274 163 56 0 47 114 32 35 75 56
Binary 10111100 1110011 101110 0 100111 1001100 11010 11101 111101 101110

Color Harmonies of #BC732E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC732E

Black with #BC732E

Text Example


Text Example

White with #BC732E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC732E; }

 p { color: rgb(188,115,46); }

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

background-color css

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

 a { background-color: rgb(188,115,46); }

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

border-color css

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

 span { border-color: rgb(188,115,46); }

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