Html Css Color HEX #BC9696 Rosy Brown

📋 copy color: '#BC9696'

red 188 ◦ green 150 ◦ blue 150

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

Shades of Rosy Brown #BC9696

Tints of Rosy Brown #BC9696

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.74%

 BLUE value IS 150 (58.98% from 255) = 30.74%

R = 38.52%
G = 30.74%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC9696 (or 0xBC9696) is known color: Rosy Brown. HEX triplet: BC, 96 and 96. RGB value is (188,150,150). Sum of RGB (Red+Green+Blue) = 188+150+150=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9696 is #436969. Grayscale: #A1A1A1. Windows color (decimal): -4417898 or 9868988. OLE color: 9868988.

HSL color Cylindrical-coordinate representation of color #BC9696: hue angle of 0º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC9696 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 150 150 -
CMYK 0 0.20 0.20 0.26
HSL 0.22% 0.66% -
HSV(B) 0.2% 0.74% -
XYZ 37.15 34.71 33.6 -
YUV 161.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 188 150 150 0 0.20 0.20 0.26 0 0.22 0.66
Hex BC 96 96 0 14 14 1A 0 16 42
Octal 274 226 226 0 24 24 32 0 26 102
Binary 10111100 10010110 10010110 0 10100 10100 11010 0 10110 1000010

Color Harmonies of #BC9696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9696

Black with #BC9696

Text Example


Text Example

White with #BC9696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9696; }

 p { color: rgb(188,150,150); }

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

background-color css

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

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

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

border-color css

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

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

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