Html Css Color HEX #BC6553 Sunglo

📋 copy color: '#BC6553'

red 188 ◦ green 101 ◦ blue 83

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

Shades of Sunglo #BC6553

Tints of Sunglo #BC6553

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.15%

 BLUE value IS 83 (32.81% from 255) = 22.31%

R = 50.54%
G = 27.15%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC6553 (or 0xBC6553) is known color: Sunglo. HEX triplet: BC, 65 and 53. RGB value is (188,101,83). Sum of RGB (Red+Green+Blue) = 188+101+83=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6553 is #439AAC. Grayscale: #7D7D7D. Windows color (decimal): -4430509 or 5465532. OLE color: 5465532.

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

Color convert

RGB 188 101 83 -
CMYK 0 0.46 0.56 0.26
HSL 10.29º 0.44% 0.53% -
HSV(B) 10.29º 0.56% 0.74% -
XYZ 26.95 20.62 10.74 -
YUV 124.96 104.32 172.96 -
System Red Green Blue C M Y K H S L
Decimal 188 101 83 0 0.46 0.56 0.26 10.29 0.44 0.53
Hex BC 65 53 0 2E 38 1A A 2C 35
Octal 274 145 123 0 56 70 32 12 54 65
Binary 10111100 1100101 1010011 0 101110 111000 11010 1010 101100 110101

Color Harmonies of #BC6553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6553

Black with #BC6553

Text Example


Text Example

White with #BC6553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6553; }

 p { color: rgb(188,101,83); }

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

background-color css

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

 a { background-color: rgb(188,101,83); }

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

border-color css

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

 span { border-color: rgb(188,101,83); }

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