Html Css Color HEX #BC635A Sunglo

📋 copy color: '#BC635A'

red 188 ◦ green 99 ◦ blue 90

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

Shades of Sunglo #BC635A

Tints of Sunglo #BC635A

RGB

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

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

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

R = 49.87%
G = 26.26%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC635A (or 0xBC635A) is known color: Sunglo. HEX triplet: BC, 63 and 5A. RGB value is (188,99,90). Sum of RGB (Red+Green+Blue) = 188+99+90=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC635A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC635A is #439CA5. Grayscale: #7C7C7C. Windows color (decimal): -4431014 or 5923772. OLE color: 5923772.

HSL color Cylindrical-coordinate representation of color #BC635A: hue angle of 5.51º 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 #BC635A is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 99 90 -
CMYK 0 0.47 0.52 0.26
HSL 5.51º 0.42% 0.55% -
HSV(B) 5.51º 0.52% 0.74% -
XYZ 27.05 20.35 12.18 -
YUV 124.59 108.49 173.23 -
System Red Green Blue C M Y K H S L
Decimal 188 99 90 0 0.47 0.52 0.26 5.51 0.42 0.55
Hex BC 63 5A 0 2F 34 1A 6 2A 37
Octal 274 143 132 0 57 64 32 6 52 67
Binary 10111100 1100011 1011010 0 101111 110100 11010 110 101010 110111

Color Harmonies of #BC635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC635A

Black with #BC635A

Text Example


Text Example

White with #BC635A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC635A; }

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

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

background-color css

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

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

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

border-color css

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

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

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