Html Css Color HEX #BC665C Sunglo

📋 copy color: '#BC665C'

red 188 ◦ green 102 ◦ blue 92

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

Shades of Sunglo #BC665C

Tints of Sunglo #BC665C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.08%

R = 49.21%
G = 26.7%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC665C (or 0xBC665C) is known color: Sunglo. HEX triplet: BC, 66 and 5C. RGB value is (188,102,92). Sum of RGB (Red+Green+Blue) = 188+102+92=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC665C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC665C is #4399A3. Grayscale: #7E7E7E. Windows color (decimal): -4430244 or 6055612. OLE color: 6055612.

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

Color convert

RGB 188 102 92 -
CMYK 0 0.46 0.51 0.26
HSL 6.25º 0.42% 0.55% -
HSV(B) 6.25º 0.51% 0.74% -
XYZ 27.42 20.97 12.73 -
YUV 126.57 108.49 171.81 -
System Red Green Blue C M Y K H S L
Decimal 188 102 92 0 0.46 0.51 0.26 6.25 0.42 0.55
Hex BC 66 5C 0 2E 33 1A 6 2A 37
Octal 274 146 134 0 56 63 32 6 52 67
Binary 10111100 1100110 1011100 0 101110 110011 11010 110 101010 110111

Color Harmonies of #BC665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC665C

Black with #BC665C

Text Example


Text Example

White with #BC665C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC665C; }

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

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

background-color css

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

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

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

border-color css

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

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

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