Html Css Color HEX #BC6955 Sunglo

📋 copy color: '#BC6955'

red 188 ◦ green 105 ◦ blue 85

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

Shades of Sunglo #BC6955

Tints of Sunglo #BC6955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.78%

 BLUE value IS 85 (33.59% from 255) = 22.49%

R = 49.74%
G = 27.78%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC6955 (or 0xBC6955) is known color: Sunglo. HEX triplet: BC, 69 and 55. RGB value is (188,105,85). Sum of RGB (Red+Green+Blue) = 188+105+85=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6955 is #4396AA. Grayscale: #7F7F7F. Windows color (decimal): -4429483 or 5597628. OLE color: 5597628.

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

Color convert

RGB 188 105 85 -
CMYK 0 0.44 0.55 0.26
HSL 11.65º 0.43% 0.54% -
HSV(B) 11.65º 0.55% 0.74% -
XYZ 27.43 21.45 11.29 -
YUV 127.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 188 105 85 0 0.44 0.55 0.26 11.65 0.43 0.54
Hex BC 69 55 0 2C 37 1A C 2B 36
Octal 274 151 125 0 54 67 32 14 53 66
Binary 10111100 1101001 1010101 0 101100 110111 11010 1100 101011 110110

Color Harmonies of #BC6955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6955

Black with #BC6955

Text Example


Text Example

White with #BC6955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6955; }

 p { color: rgb(188,105,85); }

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

background-color css

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

 a { background-color: rgb(188,105,85); }

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

border-color css

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

 span { border-color: rgb(188,105,85); }

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