Html Css Color HEX #BD887D Brandy Rose

📋 copy color: '#BD887D'

red 189 ◦ green 136 ◦ blue 125

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

Shades of Brandy Rose #BD887D

Tints of Brandy Rose #BD887D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.78%

R = 42%
G = 30.22%
B = 27.78%

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

#BD887D (or 0xBD887D) is known color: Brandy Rose. HEX triplet: BD, 88 and 7D. RGB value is (189,136,125). Sum of RGB (Red+Green+Blue) = 189+136+125=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD887D is #427782. Grayscale: #969696. Windows color (decimal): -4355971 or 8227005. OLE color: 8227005.

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

Color convert

RGB 189 136 125 -
CMYK 0 0.28 0.34 0.26
HSL 10.31º 0.33% 0.62% -
HSV(B) 10.31º 0.34% 0.74% -
XYZ 33.49 29.91 23.41 -
YUV 150.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 189 136 125 0 0.28 0.34 0.26 10.31 0.33 0.62
Hex BD 88 7D 0 1C 22 1A A 21 3E
Octal 275 210 175 0 34 42 32 12 41 76
Binary 10111101 10001000 1111101 0 11100 100010 11010 1010 100001 111110

Color Harmonies of #BD887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD887D

Black with #BD887D

Text Example


Text Example

White with #BD887D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD887D; }

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

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

background-color css

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

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

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

border-color css

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

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

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