Html Css Color HEX #BD866B Brandy Rose

📋 copy color: '#BD866B'

red 189 ◦ green 134 ◦ blue 107

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

Shades of Brandy Rose #BD866B

Tints of Brandy Rose #BD866B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.88%

R = 43.95%
G = 31.16%
B = 24.88%

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

#BD866B (or 0xBD866B) is known color: Brandy Rose. HEX triplet: BD, 86 and 6B. RGB value is (189,134,107). Sum of RGB (Red+Green+Blue) = 189+134+107=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD866B is #427994. Grayscale: #939393. Windows color (decimal): -4356501 or 7046845. OLE color: 7046845.

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

Color convert

RGB 189 134 107 -
CMYK 0 0.29 0.43 0.26
HSL 19.76º 0.38% 0.58% -
HSV(B) 19.76º 0.43% 0.74% -
XYZ 32.17 28.93 17.8 -
YUV 147.37 105.22 157.7 -
System Red Green Blue C M Y K H S L
Decimal 189 134 107 0 0.29 0.43 0.26 19.76 0.38 0.58
Hex BD 86 6B 0 1D 2B 1A 14 26 3A
Octal 275 206 153 0 35 53 32 24 46 72
Binary 10111101 10000110 1101011 0 11101 101011 11010 10100 100110 111010

Color Harmonies of #BD866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD866B

Black with #BD866B

Text Example


Text Example

White with #BD866B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD866B; }

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

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

background-color css

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

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

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

border-color css

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

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

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