Html Css Color HEX #BC9695 Rosy Brown

📋 copy color: '#BC9695'

red 188 ◦ green 150 ◦ blue 149

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

Shades of Rosy Brown #BC9695

Tints of Rosy Brown #BC9695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.6%

R = 38.6%
G = 30.8%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC9695 (or 0xBC9695) is known color: Rosy Brown. HEX triplet: BC, 96 and 95. RGB value is (188,150,149). Sum of RGB (Red+Green+Blue) = 188+150+149=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9695 is #43696A. Grayscale: #A1A1A1. Windows color (decimal): -4417899 or 9803452. OLE color: 9803452.

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

Color convert

RGB 188 150 149 -
CMYK 0 0.20 0.21 0.26
HSL 1.54º 0.23% 0.66% -
HSV(B) 1.54º 0.21% 0.74% -
XYZ 37.07 34.67 33.17 -
YUV 161.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 188 150 149 0 0.20 0.21 0.26 1.54 0.23 0.66
Hex BC 96 95 0 14 15 1A 2 17 42
Octal 274 226 225 0 24 25 32 2 27 102
Binary 10111100 10010110 10010101 0 10100 10101 11010 10 10111 1000010

Color Harmonies of #BC9695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9695

Black with #BC9695

Text Example


Text Example

White with #BC9695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9695; }

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

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

background-color css

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

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

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

border-color css

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

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

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