Html Css Color HEX #BC9590 Rosy Brown

📋 copy color: '#BC9590'

red 188 ◦ green 149 ◦ blue 144

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

Shades of Rosy Brown #BC9590

Tints of Rosy Brown #BC9590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.98%

 BLUE value IS 144 (56.64% from 255) = 29.94%

R = 39.09%
G = 30.98%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC9590 (or 0xBC9590) is known color: Rosy Brown. HEX triplet: BC, 95 and 90. RGB value is (188,149,144). Sum of RGB (Red+Green+Blue) = 188+149+144=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9590 is #436A6F. Grayscale: #A0A0A0. Windows color (decimal): -4418160 or 9475516. OLE color: 9475516.

HSL color Cylindrical-coordinate representation of color #BC9590: hue angle of 6.82º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC9590 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 149 144 -
CMYK 0 0.21 0.23 0.26
HSL 6.82º 0.25% 0.65% -
HSV(B) 6.82º 0.23% 0.74% -
XYZ 36.52 34.2 31.06 -
YUV 160.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 188 149 144 0 0.21 0.23 0.26 6.82 0.25 0.65
Hex BC 95 90 0 15 17 1A 7 19 41
Octal 274 225 220 0 25 27 32 7 31 101
Binary 10111100 10010101 10010000 0 10101 10111 11010 111 11001 1000001

Color Harmonies of #BC9590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9590

Black with #BC9590

Text Example


Text Example

White with #BC9590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9590; }

 p { color: rgb(188,149,144); }

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

background-color css

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

 a { background-color: rgb(188,149,144); }

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

border-color css

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

 span { border-color: rgb(188,149,144); }

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