Html Css Color HEX #BC918D Rosy Brown

📋 copy color: '#BC918D'

red 188 ◦ green 145 ◦ blue 141

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

Shades of Rosy Brown #BC918D

Tints of Rosy Brown #BC918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.59%

 BLUE value IS 141 (55.47% from 255) = 29.75%

R = 39.66%
G = 30.59%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC918D (or 0xBC918D) is known color: Rosy Brown. HEX triplet: BC, 91 and 8D. RGB value is (188,145,141). Sum of RGB (Red+Green+Blue) = 188+145+141=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC918D is #436E72. Grayscale: #9D9D9D. Windows color (decimal): -4419187 or 9277884. OLE color: 9277884.

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

Color convert

RGB 188 145 141 -
CMYK 0 0.23 0.25 0.26
HSL 5.11º 0.26% 0.65% -
HSV(B) 5.11º 0.25% 0.74% -
XYZ 35.67 32.87 29.66 -
YUV 157.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 188 145 141 0 0.23 0.25 0.26 5.11 0.26 0.65
Hex BC 91 8D 0 17 19 1A 5 1A 41
Octal 274 221 215 0 27 31 32 5 32 101
Binary 10111100 10010001 10001101 0 10111 11001 11010 101 11010 1000001

Color Harmonies of #BC918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC918D

Black with #BC918D

Text Example


Text Example

White with #BC918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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