Html Css Color HEX #BD856C Brandy Rose

📋 copy color: '#BD856C'

red 189 ◦ green 133 ◦ blue 108

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

Shades of Brandy Rose #BD856C

Tints of Brandy Rose #BD856C

RGB

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

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

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

R = 43.95%
G = 30.93%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD856C (or 0xBD856C) is known color: Brandy Rose. HEX triplet: BD, 85 and 6C. RGB value is (189,133,108). Sum of RGB (Red+Green+Blue) = 189+133+108=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD856C is #427A93. Grayscale: #939393. Windows color (decimal): -4356756 or 7112125. OLE color: 7112125.

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

Color convert

RGB 189 133 108 -
CMYK 0 0.30 0.43 0.26
HSL 18.52º 0.38% 0.58% -
HSV(B) 18.52º 0.43% 0.74% -
XYZ 32.08 28.68 18.03 -
YUV 146.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 189 133 108 0 0.30 0.43 0.26 18.52 0.38 0.58
Hex BD 85 6C 0 1E 2B 1A 13 26 3A
Octal 275 205 154 0 36 53 32 23 46 72
Binary 10111101 10000101 1101100 0 11110 101011 11010 10011 100110 111010

Color Harmonies of #BD856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD856C

Black with #BD856C

Text Example


Text Example

White with #BD856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD856C; }

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

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

background-color css

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

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

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

border-color css

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

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

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