Html Css Color HEX #BC6654 Sunglo

📋 copy color: '#BC6654'

red 188 ◦ green 102 ◦ blue 84

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

Shades of Sunglo #BC6654

Tints of Sunglo #BC6654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.46%

R = 50.27%
G = 27.27%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC6654 (or 0xBC6654) is known color: Sunglo. HEX triplet: BC, 66 and 54. RGB value is (188,102,84). Sum of RGB (Red+Green+Blue) = 188+102+84=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6654 is #4399AB. Grayscale: #7D7D7D. Windows color (decimal): -4430252 or 5531324. OLE color: 5531324.

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

Color convert

RGB 188 102 84 -
CMYK 0 0.46 0.55 0.26
HSL 10.38º 0.44% 0.53% -
HSV(B) 10.38º 0.55% 0.74% -
XYZ 27.09 20.83 10.98 -
YUV 125.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 188 102 84 0 0.46 0.55 0.26 10.38 0.44 0.53
Hex BC 66 54 0 2E 37 1A A 2C 35
Octal 274 146 124 0 56 67 32 12 54 65
Binary 10111100 1100110 1010100 0 101110 110111 11010 1010 101100 110101

Color Harmonies of #BC6654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6654

Black with #BC6654

Text Example


Text Example

White with #BC6654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6654; }

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

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

background-color css

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

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

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

border-color css

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

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

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