Html Css Color HEX #BC9591 Rosy Brown

📋 copy color: '#BC9591'

red 188 ◦ green 149 ◦ blue 145

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

Shades of Rosy Brown #BC9591

Tints of Rosy Brown #BC9591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.08%

R = 39%
G = 30.91%
B = 30.08%

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

#BC9591 (or 0xBC9591) is known color: Rosy Brown. HEX triplet: BC, 95 and 91. RGB value is (188,149,145). Sum of RGB (Red+Green+Blue) = 188+149+145=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9591 is #436A6E. Grayscale: #A0A0A0. Windows color (decimal): -4418159 or 9541052. OLE color: 9541052.

HSL color Cylindrical-coordinate representation of color #BC9591: hue angle of 5.58º degrees, saturation: 0.24, 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 #BC9591 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 149 145 -
CMYK 0 0.21 0.23 0.26
HSL 5.58º 0.24% 0.65% -
HSV(B) 5.58º 0.23% 0.74% -
XYZ 36.6 34.23 31.47 -
YUV 160.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 188 149 145 0 0.21 0.23 0.26 5.58 0.24 0.65
Hex BC 95 91 0 15 17 1A 6 18 41
Octal 274 225 221 0 25 27 32 6 30 101
Binary 10111100 10010101 10010001 0 10101 10111 11010 110 11000 1000001

Color Harmonies of #BC9591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9591

Black with #BC9591

Text Example


Text Example

White with #BC9591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9591; }

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

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

background-color css

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

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

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

border-color css

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

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

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