Html Css Color HEX #BC7536 Meteor

📋 copy color: '#BC7536'

red 188 ◦ green 117 ◦ blue 54

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

Shades of Meteor #BC7536

Tints of Meteor #BC7536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.04%

R = 52.37%
G = 32.59%
B = 15.04%

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

#BC7536 (or 0xBC7536) is known color: Meteor. HEX triplet: BC, 75 and 36. RGB value is (188,117,54). Sum of RGB (Red+Green+Blue) = 188+117+54=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7536 is #438AC9. Grayscale: #838383. Windows color (decimal): -4426442 or 3569084. OLE color: 3569084.

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

Color convert

RGB 188 117 54 -
CMYK 0 0.38 0.71 0.26
HSL 28.21º 0.55% 0.47% -
HSV(B) 28.21º 0.71% 0.74% -
XYZ 27.77 23.68 6.6 -
YUV 131.05 84.52 168.62 -
System Red Green Blue C M Y K H S L
Decimal 188 117 54 0 0.38 0.71 0.26 28.21 0.55 0.47
Hex BC 75 36 0 26 47 1A 1C 37 2F
Octal 274 165 66 0 46 107 32 34 67 57
Binary 10111100 1110101 110110 0 100110 1000111 11010 11100 110111 101111

Color Harmonies of #BC7536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7536

Black with #BC7536

Text Example


Text Example

White with #BC7536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7536; }

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

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

background-color css

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

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

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

border-color css

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

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

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