Html Css Color HEX #BD886F Brandy Rose

📋 copy color: '#BD886F'

red 189 ◦ green 136 ◦ blue 111

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

Shades of Brandy Rose #BD886F

Tints of Brandy Rose #BD886F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.46%

R = 43.35%
G = 31.19%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD886F (or 0xBD886F) is known color: Brandy Rose. HEX triplet: BD, 88 and 6F. RGB value is (189,136,111). Sum of RGB (Red+Green+Blue) = 189+136+111=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD886F is #427790. Grayscale: #959595. Windows color (decimal): -4355985 or 7309501. OLE color: 7309501.

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

Color convert

RGB 189 136 111 -
CMYK 0 0.28 0.41 0.26
HSL 19.23º 0.37% 0.59% -
HSV(B) 19.23º 0.41% 0.74% -
XYZ 32.66 29.57 19.03 -
YUV 149 106.56 156.53 -
System Red Green Blue C M Y K H S L
Decimal 189 136 111 0 0.28 0.41 0.26 19.23 0.37 0.59
Hex BD 88 6F 0 1C 29 1A 13 25 3B
Octal 275 210 157 0 34 51 32 23 45 73
Binary 10111101 10001000 1101111 0 11100 101001 11010 10011 100101 111011

Color Harmonies of #BD886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD886F

Black with #BD886F

Text Example


Text Example

White with #BD886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD886F; }

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

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

background-color css

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

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

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

border-color css

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

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

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