Html Css Color HEX #BC6B53 Sunglo

📋 copy color: '#BC6B53'

red 188 ◦ green 107 ◦ blue 83

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

Shades of Sunglo #BC6B53

Tints of Sunglo #BC6B53

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.31%

 BLUE value IS 83 (32.81% from 255) = 21.96%

R = 49.74%
G = 28.31%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC6B53 (or 0xBC6B53) is known color: Sunglo. HEX triplet: BC, 6B and 53. RGB value is (188,107,83). Sum of RGB (Red+Green+Blue) = 188+107+83=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B53 is #4394AC. Grayscale: #808080. Windows color (decimal): -4428973 or 5467068. OLE color: 5467068.

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

Color convert

RGB 188 107 83 -
CMYK 0 0.43 0.56 0.26
HSL 13.71º 0.44% 0.53% -
HSV(B) 13.71º 0.56% 0.74% -
XYZ 27.56 21.83 10.95 -
YUV 128.48 102.34 170.45 -
System Red Green Blue C M Y K H S L
Decimal 188 107 83 0 0.43 0.56 0.26 13.71 0.44 0.53
Hex BC 6B 53 0 2B 38 1A E 2C 35
Octal 274 153 123 0 53 70 32 16 54 65
Binary 10111100 1101011 1010011 0 101011 111000 11010 1110 101100 110101

Color Harmonies of #BC6B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B53

Black with #BC6B53

Text Example


Text Example

White with #BC6B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B53; }

 p { color: rgb(188,107,83); }

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

background-color css

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

 a { background-color: rgb(188,107,83); }

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

border-color css

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

 span { border-color: rgb(188,107,83); }

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