Html Css Color HEX #BC6459 Sunglo

📋 copy color: '#BC6459'

red 188 ◦ green 100 ◦ blue 89

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

Shades of Sunglo #BC6459

Tints of Sunglo #BC6459

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.53%

 BLUE value IS 89 (35.16% from 255) = 23.61%

R = 49.87%
G = 26.53%
B = 23.61%

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

#BC6459 (or 0xBC6459) is known color: Sunglo. HEX triplet: BC, 64 and 59. RGB value is (188,100,89). Sum of RGB (Red+Green+Blue) = 188+100+89=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6459 is #439BA6. Grayscale: #7D7D7D. Windows color (decimal): -4430759 or 5858492. OLE color: 5858492.

HSL color Cylindrical-coordinate representation of color #BC6459: hue angle of 6.67º degrees, saturation: 0.42, 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 #BC6459 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 100 89 -
CMYK 0 0.47 0.53 0.26
HSL 6.67º 0.42% 0.54% -
HSV(B) 6.67º 0.53% 0.74% -
XYZ 27.1 20.53 11.99 -
YUV 125.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 188 100 89 0 0.47 0.53 0.26 6.67 0.42 0.54
Hex BC 64 59 0 2F 35 1A 7 2A 36
Octal 274 144 131 0 57 65 32 7 52 66
Binary 10111100 1100100 1011001 0 101111 110101 11010 111 101010 110110

Color Harmonies of #BC6459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6459

Black with #BC6459

Text Example


Text Example

White with #BC6459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6459; }

 p { color: rgb(188,100,89); }

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

background-color css

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

 a { background-color: rgb(188,100,89); }

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

border-color css

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

 span { border-color: rgb(188,100,89); }

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