Html Css Color HEX #BD887C Brandy Rose

📋 copy color: '#BD887C'

red 189 ◦ green 136 ◦ blue 124

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

Shades of Brandy Rose #BD887C

Tints of Brandy Rose #BD887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.29%

 BLUE value IS 124 (48.83% from 255) = 27.62%

R = 42.09%
G = 30.29%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD887C (or 0xBD887C) is known color: Brandy Rose. HEX triplet: BD, 88 and 7C. RGB value is (189,136,124). Sum of RGB (Red+Green+Blue) = 189+136+124=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD887C is #427783. Grayscale: #969696. Windows color (decimal): -4355972 or 8161469. OLE color: 8161469.

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

Color convert

RGB 189 136 124 -
CMYK 0 0.28 0.34 0.26
HSL 11.08º 0.33% 0.61% -
HSV(B) 11.08º 0.34% 0.74% -
XYZ 33.43 29.88 23.07 -
YUV 150.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 189 136 124 0 0.28 0.34 0.26 11.08 0.33 0.61
Hex BD 88 7C 0 1C 22 1A B 21 3D
Octal 275 210 174 0 34 42 32 13 41 75
Binary 10111101 10001000 1111100 0 11100 100010 11010 1011 100001 111101

Color Harmonies of #BD887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD887C

Black with #BD887C

Text Example


Text Example

White with #BD887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD887C; }

 p { color: rgb(189,136,124); }

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

background-color css

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

 a { background-color: rgb(189,136,124); }

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

border-color css

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

 span { border-color: rgb(189,136,124); }

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