Html Css Color HEX #BC9795 Rosy Brown

📋 copy color: '#BC9795'

red 188 ◦ green 151 ◦ blue 149

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

Shades of Rosy Brown #BC9795

Tints of Rosy Brown #BC9795

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.94%

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

R = 38.52%
G = 30.94%
B = 30.53%

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

#BC9795 (or 0xBC9795) is known color: Rosy Brown. HEX triplet: BC, 97 and 95. RGB value is (188,151,149). Sum of RGB (Red+Green+Blue) = 188+151+149=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9795 is #43686A. Grayscale: #A1A1A1. Windows color (decimal): -4417643 or 9803708. OLE color: 9803708.

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

Color convert

RGB 188 151 149 -
CMYK 0 0.20 0.21 0.26
HSL 3.08º 0.23% 0.66% -
HSV(B) 3.08º 0.21% 0.74% -
XYZ 37.23 34.99 33.23 -
YUV 161.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 188 151 149 0 0.20 0.21 0.26 3.08 0.23 0.66
Hex BC 97 95 0 14 15 1A 3 17 42
Octal 274 227 225 0 24 25 32 3 27 102
Binary 10111100 10010111 10010101 0 10100 10101 11010 11 10111 1000010

Color Harmonies of #BC9795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9795

Black with #BC9795

Text Example


Text Example

White with #BC9795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9795; }

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

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

background-color css

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

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

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

border-color css

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

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

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