Html Css Color HEX #BC7031 Meteor

📋 copy color: '#BC7031'

red 188 ◦ green 112 ◦ blue 49

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

Shades of Meteor #BC7031

Tints of Meteor #BC7031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.09%

 BLUE value IS 49 (19.53% from 255) = 14.04%

R = 53.87%
G = 32.09%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC7031 (or 0xBC7031) is known color: Meteor. HEX triplet: BC, 70 and 31. RGB value is (188,112,49). Sum of RGB (Red+Green+Blue) = 188+112+49=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7031 is #438FCE. Grayscale: #7F7F7F. Windows color (decimal): -4427727 or 3240124. OLE color: 3240124.

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

Color convert

RGB 188 112 49 -
CMYK 0 0.40 0.74 0.26
HSL 27.19º 0.59% 0.46% -
HSV(B) 27.19º 0.74% 0.74% -
XYZ 27.09 22.5 5.82 -
YUV 127.54 83.68 171.12 -
System Red Green Blue C M Y K H S L
Decimal 188 112 49 0 0.40 0.74 0.26 27.19 0.59 0.46
Hex BC 70 31 0 28 4A 1A 1B 3B 2E
Octal 274 160 61 0 50 112 32 33 73 56
Binary 10111100 1110000 110001 0 101000 1001010 11010 11011 111011 101110

Color Harmonies of #BC7031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7031

Black with #BC7031

Text Example


Text Example

White with #BC7031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7031; }

 p { color: rgb(188,112,49); }

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

background-color css

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

 a { background-color: rgb(188,112,49); }

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

border-color css

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

 span { border-color: rgb(188,112,49); }

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