Html Css Color HEX #BD887F Brandy Rose

📋 copy color: '#BD887F'

red 189 ◦ green 136 ◦ blue 127

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

Shades of Brandy Rose #BD887F

Tints of Brandy Rose #BD887F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.1%

R = 41.81%
G = 30.09%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD887F (or 0xBD887F) is known color: Brandy Rose. HEX triplet: BD, 88 and 7F. RGB value is (189,136,127). Sum of RGB (Red+Green+Blue) = 189+136+127=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD887F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD887F is #427780. Grayscale: #969696. Windows color (decimal): -4355969 or 8358077. OLE color: 8358077.

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

Color convert

RGB 189 136 127 -
CMYK 0 0.28 0.33 0.26
HSL 8.71º 0.32% 0.62% -
HSV(B) 8.71º 0.33% 0.74% -
XYZ 33.62 29.96 24.09 -
YUV 150.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 189 136 127 0 0.28 0.33 0.26 8.71 0.32 0.62
Hex BD 88 7F 0 1C 21 1A 9 20 3E
Octal 275 210 177 0 34 41 32 11 40 76
Binary 10111101 10001000 1111111 0 11100 100001 11010 1001 100000 111110

Color Harmonies of #BD887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD887F

Black with #BD887F

Text Example


Text Example

White with #BD887F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD887F; }

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

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

background-color css

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

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

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

border-color css

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

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

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