Html Css Color HEX #BD856E Brandy Rose

📋 copy color: '#BD856E'

red 189 ◦ green 133 ◦ blue 110

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

Shades of Brandy Rose #BD856E

Tints of Brandy Rose #BD856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.79%

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

R = 43.75%
G = 30.79%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD856E (or 0xBD856E) is known color: Brandy Rose. HEX triplet: BD, 85 and 6E. RGB value is (189,133,110). Sum of RGB (Red+Green+Blue) = 189+133+110=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD856E is #427A91. Grayscale: #939393. Windows color (decimal): -4356754 or 7243197. OLE color: 7243197.

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

Color convert

RGB 189 133 110 -
CMYK 0 0.30 0.42 0.26
HSL 17.47º 0.37% 0.59% -
HSV(B) 17.47º 0.42% 0.74% -
XYZ 32.19 28.72 18.6 -
YUV 147.12 107.05 157.87 -
System Red Green Blue C M Y K H S L
Decimal 189 133 110 0 0.30 0.42 0.26 17.47 0.37 0.59
Hex BD 85 6E 0 1E 2A 1A 11 25 3B
Octal 275 205 156 0 36 52 32 21 45 73
Binary 10111101 10000101 1101110 0 11110 101010 11010 10001 100101 111011

Color Harmonies of #BD856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD856E

Black with #BD856E

Text Example


Text Example

White with #BD856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD856E; }

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

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

background-color css

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

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

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

border-color css

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

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

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