Html Css Color HEX #BD886D Brandy Rose

📋 copy color: '#BD886D'

red 189 ◦ green 136 ◦ blue 109

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

Shades of Brandy Rose #BD886D

Tints of Brandy Rose #BD886D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.12%

R = 43.55%
G = 31.34%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD886D (or 0xBD886D) is known color: Brandy Rose. HEX triplet: BD, 88 and 6D. RGB value is (189,136,109). Sum of RGB (Red+Green+Blue) = 189+136+109=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD886D is #427792. Grayscale: #949494. Windows color (decimal): -4355987 or 7178429. OLE color: 7178429.

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

Color convert

RGB 189 136 109 -
CMYK 0 0.28 0.42 0.26
HSL 20.25º 0.38% 0.58% -
HSV(B) 20.25º 0.42% 0.74% -
XYZ 32.55 29.53 18.45 -
YUV 148.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 189 136 109 0 0.28 0.42 0.26 20.25 0.38 0.58
Hex BD 88 6D 0 1C 2A 1A 14 26 3A
Octal 275 210 155 0 34 52 32 24 46 72
Binary 10111101 10001000 1101101 0 11100 101010 11010 10100 100110 111010

Color Harmonies of #BD886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD886D

Black with #BD886D

Text Example


Text Example

White with #BD886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD886D; }

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

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

background-color css

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

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

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

border-color css

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

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

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