Html Css Color HEX #BC908E Rosy Brown

📋 copy color: '#BC908E'

red 188 ◦ green 144 ◦ blue 142

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

Shades of Rosy Brown #BC908E

Tints of Rosy Brown #BC908E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.38%

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

R = 39.66%
G = 30.38%
B = 29.96%

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

#BC908E (or 0xBC908E) is known color: Rosy Brown. HEX triplet: BC, 90 and 8E. RGB value is (188,144,142). Sum of RGB (Red+Green+Blue) = 188+144+142=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC908E is #436F71. Grayscale: #9C9C9C. Windows color (decimal): -4419442 or 9343164. OLE color: 9343164.

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

Color convert

RGB 188 144 142 -
CMYK 0 0.23 0.24 0.26
HSL 2.61º 0.26% 0.65% -
HSV(B) 2.61º 0.24% 0.74% -
XYZ 35.59 32.59 30.01 -
YUV 156.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 188 144 142 0 0.23 0.24 0.26 2.61 0.26 0.65
Hex BC 90 8E 0 17 18 1A 3 1A 41
Octal 274 220 216 0 27 30 32 3 32 101
Binary 10111100 10010000 10001110 0 10111 11000 11010 11 11010 1000001

Color Harmonies of #BC908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC908E

Black with #BC908E

Text Example


Text Example

White with #BC908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC908E; }

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

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

background-color css

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

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

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

border-color css

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

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

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