Html Css Color HEX #BC6357 Sunglo

📋 copy color: '#BC6357'

red 188 ◦ green 99 ◦ blue 87

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

Shades of Sunglo #BC6357

Tints of Sunglo #BC6357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.26%

R = 50.27%
G = 26.47%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC6357 (or 0xBC6357) is known color: Sunglo. HEX triplet: BC, 63 and 57. RGB value is (188,99,87). Sum of RGB (Red+Green+Blue) = 188+99+87=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6357 is #439CA8. Grayscale: #7C7C7C. Windows color (decimal): -4431017 or 5727164. OLE color: 5727164.

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

Color convert

RGB 188 99 87 -
CMYK 0 0.47 0.54 0.26
HSL 7.13º 0.43% 0.54% -
HSV(B) 7.13º 0.54% 0.74% -
XYZ 26.92 20.3 11.52 -
YUV 124.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 188 99 87 0 0.47 0.54 0.26 7.13 0.43 0.54
Hex BC 63 57 0 2F 36 1A 7 2B 36
Octal 274 143 127 0 57 66 32 7 53 66
Binary 10111100 1100011 1010111 0 101111 110110 11010 111 101011 110110

Color Harmonies of #BC6357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6357

Black with #BC6357

Text Example


Text Example

White with #BC6357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6357; }

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

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

background-color css

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

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

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

border-color css

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

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

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