Html Css Color HEX #BC908D Rosy Brown

📋 copy color: '#BC908D'

red 188 ◦ green 144 ◦ blue 141

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

Shades of Rosy Brown #BC908D

Tints of Rosy Brown #BC908D

RGB

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

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

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

R = 39.75%
G = 30.44%
B = 29.81%

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

#BC908D (or 0xBC908D) is known color: Rosy Brown. HEX triplet: BC, 90 and 8D. RGB value is (188,144,141). Sum of RGB (Red+Green+Blue) = 188+144+141=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC908D is #436F72. Grayscale: #9C9C9C. Windows color (decimal): -4419443 or 9277628. OLE color: 9277628.

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

Color convert

RGB 188 144 141 -
CMYK 0 0.23 0.25 0.26
HSL 3.83º 0.26% 0.65% -
HSV(B) 3.83º 0.25% 0.74% -
XYZ 35.52 32.56 29.61 -
YUV 156.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 188 144 141 0 0.23 0.25 0.26 3.83 0.26 0.65
Hex BC 90 8D 0 17 19 1A 4 1A 41
Octal 274 220 215 0 27 31 32 4 32 101
Binary 10111100 10010000 10001101 0 10111 11001 11010 100 11010 1000001

Color Harmonies of #BC908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC908D

Black with #BC908D

Text Example


Text Example

White with #BC908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC908D; }

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

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

background-color css

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

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

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

border-color css

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

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

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