Html Css Color HEX #BC665D Sunglo

📋 copy color: '#BC665D'

red 188 ◦ green 102 ◦ blue 93

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

Shades of Sunglo #BC665D

Tints of Sunglo #BC665D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.28%

R = 49.09%
G = 26.63%
B = 24.28%

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

#BC665D (or 0xBC665D) is known color: Sunglo. HEX triplet: BC, 66 and 5D. RGB value is (188,102,93). Sum of RGB (Red+Green+Blue) = 188+102+93=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC665D is #4399A2. Grayscale: #7E7E7E. Windows color (decimal): -4430243 or 6121148. OLE color: 6121148.

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

Color convert

RGB 188 102 93 -
CMYK 0 0.46 0.51 0.26
HSL 5.68º 0.41% 0.55% -
HSV(B) 5.68º 0.51% 0.74% -
XYZ 27.47 20.98 12.96 -
YUV 126.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 188 102 93 0 0.46 0.51 0.26 5.68 0.41 0.55
Hex BC 66 5D 0 2E 33 1A 6 29 37
Octal 274 146 135 0 56 63 32 6 51 67
Binary 10111100 1100110 1011101 0 101110 110011 11010 110 101001 110111

Color Harmonies of #BC665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC665D

Black with #BC665D

Text Example


Text Example

White with #BC665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC665D; }

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

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

background-color css

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

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

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

border-color css

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

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

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