Html Css Color HEX #BC6358 Sunglo

📋 copy color: '#BC6358'

red 188 ◦ green 99 ◦ blue 88

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

Shades of Sunglo #BC6358

Tints of Sunglo #BC6358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.4%

 BLUE value IS 88 (34.77% from 255) = 23.47%

R = 50.13%
G = 26.4%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC6358 (or 0xBC6358) is known color: Sunglo. HEX triplet: BC, 63 and 58. RGB value is (188,99,88). Sum of RGB (Red+Green+Blue) = 188+99+88=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6358 is #439CA7. Grayscale: #7C7C7C. Windows color (decimal): -4431016 or 5792700. OLE color: 5792700.

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

Color convert

RGB 188 99 88 -
CMYK 0 0.47 0.53 0.26
HSL 6.6º 0.43% 0.54% -
HSV(B) 6.6º 0.53% 0.74% -
XYZ 26.96 20.32 11.73 -
YUV 124.36 107.49 173.39 -
System Red Green Blue C M Y K H S L
Decimal 188 99 88 0 0.47 0.53 0.26 6.6 0.43 0.54
Hex BC 63 58 0 2F 35 1A 7 2B 36
Octal 274 143 130 0 57 65 32 7 53 66
Binary 10111100 1100011 1011000 0 101111 110101 11010 111 101011 110110

Color Harmonies of #BC6358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6358

Black with #BC6358

Text Example


Text Example

White with #BC6358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6358; }

 p { color: rgb(188,99,88); }

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

background-color css

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

 a { background-color: rgb(188,99,88); }

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

border-color css

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

 span { border-color: rgb(188,99,88); }

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