Html Css Color HEX #BD886E Brandy Rose

📋 copy color: '#BD886E'

red 189 ◦ green 136 ◦ blue 110

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

Shades of Brandy Rose #BD886E

Tints of Brandy Rose #BD886E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.29%

R = 43.45%
G = 31.26%
B = 25.29%

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

#BD886E (or 0xBD886E) is known color: Brandy Rose. HEX triplet: BD, 88 and 6E. RGB value is (189,136,110). Sum of RGB (Red+Green+Blue) = 189+136+110=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD886E is #427791. Grayscale: #959595. Windows color (decimal): -4355986 or 7243965. OLE color: 7243965.

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

Color convert

RGB 189 136 110 -
CMYK 0 0.28 0.42 0.26
HSL 19.75º 0.37% 0.59% -
HSV(B) 19.75º 0.42% 0.74% -
XYZ 32.6 29.55 18.74 -
YUV 148.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 189 136 110 0 0.28 0.42 0.26 19.75 0.37 0.59
Hex BD 88 6E 0 1C 2A 1A 14 25 3B
Octal 275 210 156 0 34 52 32 24 45 73
Binary 10111101 10001000 1101110 0 11100 101010 11010 10100 100101 111011

Color Harmonies of #BD886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD886E

Black with #BD886E

Text Example


Text Example

White with #BD886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD886E; }

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

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

background-color css

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

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

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

border-color css

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

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

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