Html Css Color HEX #BC9692 Rosy Brown

📋 copy color: '#BC9692'

red 188 ◦ green 150 ◦ blue 146

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

Shades of Rosy Brown #BC9692

Tints of Rosy Brown #BC9692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.17%

R = 38.84%
G = 30.99%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC9692 (or 0xBC9692) is known color: Rosy Brown. HEX triplet: BC, 96 and 92. RGB value is (188,150,146). Sum of RGB (Red+Green+Blue) = 188+150+146=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9692 is #43696D. Grayscale: #A0A0A0. Windows color (decimal): -4417902 or 9606844. OLE color: 9606844.

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

Color convert

RGB 188 150 146 -
CMYK 0 0.20 0.22 0.26
HSL 5.71º 0.24% 0.65% -
HSV(B) 5.71º 0.22% 0.74% -
XYZ 36.83 34.58 31.93 -
YUV 160.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 188 150 146 0 0.20 0.22 0.26 5.71 0.24 0.65
Hex BC 96 92 0 14 16 1A 6 18 41
Octal 274 226 222 0 24 26 32 6 30 101
Binary 10111100 10010110 10010010 0 10100 10110 11010 110 11000 1000001

Color Harmonies of #BC9692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9692

Black with #BC9692

Text Example


Text Example

White with #BC9692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9692; }

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

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

background-color css

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

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

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

border-color css

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

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

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