Html Css Color HEX #BC635E Sunglo

📋 copy color: '#BC635E'

red 188 ◦ green 99 ◦ blue 94

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

Shades of Sunglo #BC635E

Tints of Sunglo #BC635E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.67%

R = 49.34%
G = 25.98%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC635E (or 0xBC635E) is known color: Sunglo. HEX triplet: BC, 63 and 5E. RGB value is (188,99,94). Sum of RGB (Red+Green+Blue) = 188+99+94=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC635E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC635E is #439CA1. Grayscale: #7D7D7D. Windows color (decimal): -4431010 or 6185916. OLE color: 6185916.

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

Color convert

RGB 188 99 94 -
CMYK 0 0.47 0.50 0.26
HSL 3.19º 0.41% 0.55% -
HSV(B) 3.19º 0.5% 0.74% -
XYZ 27.22 20.42 13.1 -
YUV 125.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 188 99 94 0 0.47 0.50 0.26 3.19 0.41 0.55
Hex BC 63 5E 0 2F 32 1A 3 29 37
Octal 274 143 136 0 57 62 32 3 51 67
Binary 10111100 1100011 1011110 0 101111 110010 11010 11 101001 110111

Color Harmonies of #BC635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC635E

Black with #BC635E

Text Example


Text Example

White with #BC635E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC635E; }

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

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

background-color css

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

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

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

border-color css

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

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

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