Html Css Color HEX #BD866C Brandy Rose

📋 copy color: '#BD866C'

red 189 ◦ green 134 ◦ blue 108

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

Shades of Brandy Rose #BD866C

Tints of Brandy Rose #BD866C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.06%

R = 43.85%
G = 31.09%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD866C (or 0xBD866C) is known color: Brandy Rose. HEX triplet: BD, 86 and 6C. RGB value is (189,134,108). Sum of RGB (Red+Green+Blue) = 189+134+108=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD866C is #427993. Grayscale: #939393. Windows color (decimal): -4356500 or 7112381. OLE color: 7112381.

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

Color convert

RGB 189 134 108 -
CMYK 0 0.29 0.43 0.26
HSL 19.26º 0.38% 0.58% -
HSV(B) 19.26º 0.43% 0.74% -
XYZ 32.22 28.95 18.08 -
YUV 147.48 105.72 157.61 -
System Red Green Blue C M Y K H S L
Decimal 189 134 108 0 0.29 0.43 0.26 19.26 0.38 0.58
Hex BD 86 6C 0 1D 2B 1A 13 26 3A
Octal 275 206 154 0 35 53 32 23 46 72
Binary 10111101 10000110 1101100 0 11101 101011 11010 10011 100110 111010

Color Harmonies of #BD866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD866C

Black with #BD866C

Text Example


Text Example

White with #BD866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD866C; }

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

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

background-color css

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

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

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

border-color css

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

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

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