Html Css Color HEX #BC7037 Meteor

📋 copy color: '#BC7037'

red 188 ◦ green 112 ◦ blue 55

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

Shades of Meteor #BC7037

Tints of Meteor #BC7037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.49%

R = 52.96%
G = 31.55%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC7037 (or 0xBC7037) is known color: Meteor. HEX triplet: BC, 70 and 37. RGB value is (188,112,55). Sum of RGB (Red+Green+Blue) = 188+112+55=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7037 is #438FC8. Grayscale: #808080. Windows color (decimal): -4427721 or 3633340. OLE color: 3633340.

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

Color convert

RGB 188 112 55 -
CMYK 0 0.40 0.71 0.26
HSL 25.71º 0.55% 0.48% -
HSV(B) 25.71º 0.71% 0.74% -
XYZ 27.22 22.56 6.53 -
YUV 128.23 86.68 170.63 -
System Red Green Blue C M Y K H S L
Decimal 188 112 55 0 0.40 0.71 0.26 25.71 0.55 0.48
Hex BC 70 37 0 28 47 1A 1A 37 30
Octal 274 160 67 0 50 107 32 32 67 60
Binary 10111100 1110000 110111 0 101000 1000111 11010 11010 110111 110000

Color Harmonies of #BC7037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7037

Black with #BC7037

Text Example


Text Example

White with #BC7037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7037; }

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

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

background-color css

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

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

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

border-color css

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

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

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