Html Css Color HEX #BC655E Sunglo

📋 copy color: '#BC655E'

red 188 ◦ green 101 ◦ blue 94

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

Shades of Sunglo #BC655E

Tints of Sunglo #BC655E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.37%

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

R = 49.09%
G = 26.37%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC655E (or 0xBC655E) is known color: Sunglo. HEX triplet: BC, 65 and 5E. RGB value is (188,101,94). Sum of RGB (Red+Green+Blue) = 188+101+94=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC655E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC655E is #439AA1. Grayscale: #7E7E7E. Windows color (decimal): -4430498 or 6186428. OLE color: 6186428.

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

Color convert

RGB 188 101 94 -
CMYK 0 0.46 0.50 0.26
HSL 4.47º 0.41% 0.55% -
HSV(B) 4.47º 0.5% 0.74% -
XYZ 27.41 20.81 13.16 -
YUV 126.22 109.82 172.07 -
System Red Green Blue C M Y K H S L
Decimal 188 101 94 0 0.46 0.50 0.26 4.47 0.41 0.55
Hex BC 65 5E 0 2E 32 1A 4 29 37
Octal 274 145 136 0 56 62 32 4 51 67
Binary 10111100 1100101 1011110 0 101110 110010 11010 100 101001 110111

Color Harmonies of #BC655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC655E

Black with #BC655E

Text Example


Text Example

White with #BC655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC655E; }

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

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

background-color css

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

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

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

border-color css

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

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

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