Html Css Color HEX #BC7537 Meteor

📋 copy color: '#BC7537'

red 188 ◦ green 117 ◦ blue 55

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

Shades of Meteor #BC7537

Tints of Meteor #BC7537

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.5%

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

R = 52.22%
G = 32.5%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC7537 (or 0xBC7537) is known color: Meteor. HEX triplet: BC, 75 and 37. RGB value is (188,117,55). Sum of RGB (Red+Green+Blue) = 188+117+55=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7537 is #438AC8. Grayscale: #838383. Windows color (decimal): -4426441 or 3634620. OLE color: 3634620.

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

Color convert

RGB 188 117 55 -
CMYK 0 0.38 0.71 0.26
HSL 27.97º 0.55% 0.48% -
HSV(B) 27.97º 0.71% 0.74% -
XYZ 27.79 23.69 6.72 -
YUV 131.16 85.02 168.54 -
System Red Green Blue C M Y K H S L
Decimal 188 117 55 0 0.38 0.71 0.26 27.97 0.55 0.48
Hex BC 75 37 0 26 47 1A 1C 37 30
Octal 274 165 67 0 46 107 32 34 67 60
Binary 10111100 1110101 110111 0 100110 1000111 11010 11100 110111 110000

Color Harmonies of #BC7537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7537

Black with #BC7537

Text Example


Text Example

White with #BC7537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7537; }

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

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

background-color css

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

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

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

border-color css

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

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

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