Html Css Color HEX #BC918E Rosy Brown

📋 copy color: '#BC918E'

red 188 ◦ green 145 ◦ blue 142

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

Shades of Rosy Brown #BC918E

Tints of Rosy Brown #BC918E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.89%

R = 39.58%
G = 30.53%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC918E (or 0xBC918E) is known color: Rosy Brown. HEX triplet: BC, 91 and 8E. RGB value is (188,145,142). Sum of RGB (Red+Green+Blue) = 188+145+142=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC918E is #436E71. Grayscale: #9D9D9D. Windows color (decimal): -4419186 or 9343420. OLE color: 9343420.

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

Color convert

RGB 188 145 142 -
CMYK 0 0.23 0.24 0.26
HSL 3.91º 0.26% 0.65% -
HSV(B) 3.91º 0.24% 0.74% -
XYZ 35.75 32.9 30.06 -
YUV 157.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 188 145 142 0 0.23 0.24 0.26 3.91 0.26 0.65
Hex BC 91 8E 0 17 18 1A 4 1A 41
Octal 274 221 216 0 27 30 32 4 32 101
Binary 10111100 10010001 10001110 0 10111 11000 11010 100 11010 1000001

Color Harmonies of #BC918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC918E

Black with #BC918E

Text Example


Text Example

White with #BC918E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC918E; }

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

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

background-color css

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

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

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

border-color css

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

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

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