Html Css Color HEX #BC635C Sunglo

📋 copy color: '#BC635C'

red 188 ◦ green 99 ◦ blue 92

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

Shades of Sunglo #BC635C

Tints of Sunglo #BC635C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.27%

R = 49.6%
G = 26.12%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC635C (or 0xBC635C) is known color: Sunglo. HEX triplet: BC, 63 and 5C. RGB value is (188,99,92). Sum of RGB (Red+Green+Blue) = 188+99+92=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC635C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC635C is #439CA3. Grayscale: #7C7C7C. Windows color (decimal): -4431012 or 6054844. OLE color: 6054844.

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

Color convert

RGB 188 99 92 -
CMYK 0 0.47 0.51 0.26
HSL 4.38º 0.42% 0.55% -
HSV(B) 4.38º 0.51% 0.74% -
XYZ 27.13 20.39 12.63 -
YUV 124.81 109.49 173.07 -
System Red Green Blue C M Y K H S L
Decimal 188 99 92 0 0.47 0.51 0.26 4.38 0.42 0.55
Hex BC 63 5C 0 2F 33 1A 4 2A 37
Octal 274 143 134 0 57 63 32 4 52 67
Binary 10111100 1100011 1011100 0 101111 110011 11010 100 101010 110111

Color Harmonies of #BC635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC635C

Black with #BC635C

Text Example


Text Example

White with #BC635C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC635C; }

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

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

background-color css

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

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

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

border-color css

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

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

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