Html Css Color HEX #BC8E8C Rosy Brown

📋 copy color: '#BC8E8C'

red 188 ◦ green 142 ◦ blue 140

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

Shades of Rosy Brown #BC8E8C

Tints of Rosy Brown #BC8E8C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.21%

 BLUE value IS 140 (55.08% from 255) = 29.79%

R = 40%
G = 30.21%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC8E8C (or 0xBC8E8C) is known color: Rosy Brown. HEX triplet: BC, 8E and 8C. RGB value is (188,142,140). Sum of RGB (Red+Green+Blue) = 188+142+140=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8E8C is #437173. Grayscale: #9B9B9B. Windows color (decimal): -4419956 or 9211580. OLE color: 9211580.

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

Color convert

RGB 188 142 140 -
CMYK 0 0.24 0.26 0.26
HSL 2.5º 0.26% 0.64% -
HSV(B) 2.5º 0.26% 0.74% -
XYZ 35.15 31.93 29.12 -
YUV 155.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 188 142 140 0 0.24 0.26 0.26 2.5 0.26 0.64
Hex BC 8E 8C 0 18 1A 1A 2 1A 40
Octal 274 216 214 0 30 32 32 2 32 100
Binary 10111100 10001110 10001100 0 11000 11010 11010 10 11010 1000000

Color Harmonies of #BC8E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8E8C

Black with #BC8E8C

Text Example


Text Example

White with #BC8E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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