Html Css Color HEX #BD918D Rosy Brown

📋 copy color: '#BD918D'

red 189 ◦ green 145 ◦ blue 141

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

Shades of Rosy Brown #BD918D

Tints of Rosy Brown #BD918D

RGB

 RED value IS 189 (74.22% from 255) = 39.79%

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

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

R = 39.79%
G = 30.53%
B = 29.68%

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

#BD918D (or 0xBD918D) is known color: Rosy Brown. HEX triplet: BD, 91 and 8D. RGB value is (189,145,141). Sum of RGB (Red+Green+Blue) = 189+145+141=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BD918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD918D is #426E72. Grayscale: #9D9D9D. Windows color (decimal): -4353651 or 9277885. OLE color: 9277885.

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

Color convert

RGB 189 145 141 -
CMYK 0 0.23 0.25 0.26
HSL 0.27% 0.65% -
HSV(B) 0.25% 0.74% -
XYZ 35.92 32.99 29.67 -
YUV 157.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 189 145 141 0 0.23 0.25 0.26 5 0.27 0.65
Hex BD 91 8D 0 17 19 1A 5 1B 41
Octal 275 221 215 0 27 31 32 5 33 101
Binary 10111101 10010001 10001101 0 10111 11001 11010 101 11011 1000001

Color Harmonies of #BD918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD918D

Black with #BD918D

Text Example


Text Example

White with #BD918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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