Html Css Color HEX #BC896D Brandy Rose

📋 copy color: '#BC896D'

red 188 ◦ green 137 ◦ blue 109

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

Shades of Brandy Rose #BC896D

Tints of Brandy Rose #BC896D

RGB

 RED value IS 188 (73.83% from 255) = 43.32%

 GREEN value IS 137 (53.91% from 255) = 31.57%

 BLUE value IS 109 (42.97% from 255) = 25.12%

R = 43.32%
G = 31.57%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC896D (or 0xBC896D) is known color: Brandy Rose. HEX triplet: BC, 89 and 6D. RGB value is (188,137,109). Sum of RGB (Red+Green+Blue) = 188+137+109=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC896D is #437692. Grayscale: #959595. Windows color (decimal): -4421267 or 7178684. OLE color: 7178684.

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

Color convert

RGB 188 137 109 -
CMYK 0 0.27 0.42 0.26
HSL 21.27º 0.37% 0.58% -
HSV(B) 21.27º 0.42% 0.74% -
XYZ 32.45 29.69 18.49 -
YUV 149.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 188 137 109 0 0.27 0.42 0.26 21.27 0.37 0.58
Hex BC 89 6D 0 1B 2A 1A 15 25 3A
Octal 274 211 155 0 33 52 32 25 45 72
Binary 10111100 10001001 1101101 0 11011 101010 11010 10101 100101 111010

Color Harmonies of #BC896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC896D

Black with #BC896D

Text Example


Text Example

White with #BC896D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC896D; }

 p { color: rgb(188,137,109); }

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

background-color css

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

 a { background-color: rgb(188,137,109); }

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

border-color css

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

 span { border-color: rgb(188,137,109); }

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