Html Css Color HEX #BC7337 Meteor

📋 copy color: '#BC7337'

red 188 ◦ green 115 ◦ blue 55

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

Shades of Meteor #BC7337

Tints of Meteor #BC7337

RGB

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

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

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

R = 52.51%
G = 32.12%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC7337 (or 0xBC7337) is known color: Meteor. HEX triplet: BC, 73 and 37. RGB value is (188,115,55). Sum of RGB (Red+Green+Blue) = 188+115+55=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7337 is #438CC8. Grayscale: #828282. Windows color (decimal): -4426953 or 3634108. OLE color: 3634108.

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

Color convert

RGB 188 115 55 -
CMYK 0 0.39 0.71 0.26
HSL 27.07º 0.55% 0.48% -
HSV(B) 27.07º 0.71% 0.74% -
XYZ 27.56 23.23 6.65 -
YUV 129.99 85.68 169.38 -
System Red Green Blue C M Y K H S L
Decimal 188 115 55 0 0.39 0.71 0.26 27.07 0.55 0.48
Hex BC 73 37 0 27 47 1A 1B 37 30
Octal 274 163 67 0 47 107 32 33 67 60
Binary 10111100 1110011 110111 0 100111 1000111 11010 11011 110111 110000

Color Harmonies of #BC7337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7337

Black with #BC7337

Text Example


Text Example

White with #BC7337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7337; }

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

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

background-color css

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

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

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

border-color css

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

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

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