Html Css Color HEX #BC6652 Sunglo

📋 copy color: '#BC6652'

red 188 ◦ green 102 ◦ blue 82

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

Shades of Sunglo #BC6652

Tints of Sunglo #BC6652

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.42%

 BLUE value IS 82 (32.42% from 255) = 22.04%

R = 50.54%
G = 27.42%
B = 22.04%

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

#BC6652 (or 0xBC6652) is known color: Sunglo. HEX triplet: BC, 66 and 52. RGB value is (188,102,82). Sum of RGB (Red+Green+Blue) = 188+102+82=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6652 is #4399AD. Grayscale: #7D7D7D. Windows color (decimal): -4430254 or 5400252. OLE color: 5400252.

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

Color convert

RGB 188 102 82 -
CMYK 0 0.46 0.56 0.26
HSL 11.32º 0.44% 0.53% -
HSV(B) 11.32º 0.56% 0.74% -
XYZ 27.01 20.8 10.57 -
YUV 125.43 103.49 172.63 -
System Red Green Blue C M Y K H S L
Decimal 188 102 82 0 0.46 0.56 0.26 11.32 0.44 0.53
Hex BC 66 52 0 2E 38 1A B 2C 35
Octal 274 146 122 0 56 70 32 13 54 65
Binary 10111100 1100110 1010010 0 101110 111000 11010 1011 101100 110101

Color Harmonies of #BC6652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6652

Black with #BC6652

Text Example


Text Example

White with #BC6652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6652; }

 p { color: rgb(188,102,82); }

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

background-color css

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

 a { background-color: rgb(188,102,82); }

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

border-color css

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

 span { border-color: rgb(188,102,82); }

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