Html Css Color HEX #BC685A Sunglo

📋 copy color: '#BC685A'

red 188 ◦ green 104 ◦ blue 90

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

Shades of Sunglo #BC685A

Tints of Sunglo #BC685A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.23%

 BLUE value IS 90 (35.55% from 255) = 23.56%

R = 49.21%
G = 27.23%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC685A (or 0xBC685A) is known color: Sunglo. HEX triplet: BC, 68 and 5A. RGB value is (188,104,90). Sum of RGB (Red+Green+Blue) = 188+104+90=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC685A is #4397A5. Grayscale: #7F7F7F. Windows color (decimal): -4429734 or 5925052. OLE color: 5925052.

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

Color convert

RGB 188 104 90 -
CMYK 0 0.45 0.52 0.26
HSL 8.57º 0.42% 0.55% -
HSV(B) 8.57º 0.52% 0.74% -
XYZ 27.53 21.33 12.34 -
YUV 127.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 188 104 90 0 0.45 0.52 0.26 8.57 0.42 0.55
Hex BC 68 5A 0 2D 34 1A 9 2A 37
Octal 274 150 132 0 55 64 32 11 52 67
Binary 10111100 1101000 1011010 0 101101 110100 11010 1001 101010 110111

Color Harmonies of #BC685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC685A

Black with #BC685A

Text Example


Text Example

White with #BC685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC685A; }

 p { color: rgb(188,104,90); }

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

background-color css

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

 a { background-color: rgb(188,104,90); }

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

border-color css

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

 span { border-color: rgb(188,104,90); }

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