Html Css Color HEX #BD866F Brandy Rose

📋 copy color: '#BD866F'

red 189 ◦ green 134 ◦ blue 111

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

Shades of Brandy Rose #BD866F

Tints of Brandy Rose #BD866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.88%

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

R = 43.55%
G = 30.88%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD866F (or 0xBD866F) is known color: Brandy Rose. HEX triplet: BD, 86 and 6F. RGB value is (189,134,111). Sum of RGB (Red+Green+Blue) = 189+134+111=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD866F is #427990. Grayscale: #939393. Windows color (decimal): -4356497 or 7308989. OLE color: 7308989.

HSL color Cylindrical-coordinate representation of color #BD866F: hue angle of 17.69º 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 #BD866F is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 134 111 -
CMYK 0 0.29 0.41 0.26
HSL 17.69º 0.37% 0.59% -
HSV(B) 17.69º 0.41% 0.74% -
XYZ 32.38 29.02 18.93 -
YUV 147.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 189 134 111 0 0.29 0.41 0.26 17.69 0.37 0.59
Hex BD 86 6F 0 1D 29 1A 12 25 3B
Octal 275 206 157 0 35 51 32 22 45 73
Binary 10111101 10000110 1101111 0 11101 101001 11010 10010 100101 111011

Color Harmonies of #BD866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD866F

Black with #BD866F

Text Example


Text Example

White with #BD866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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