Html Css Color HEX #BC886E Brandy Rose

📋 copy color: '#BC886E'

red 188 ◦ green 136 ◦ blue 110

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

Shades of Brandy Rose #BC886E

Tints of Brandy Rose #BC886E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.34%

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

R = 43.32%
G = 31.34%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC886E (or 0xBC886E) is known color: Brandy Rose. HEX triplet: BC, 88 and 6E. RGB value is (188,136,110). Sum of RGB (Red+Green+Blue) = 188+136+110=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC886E is #437791. Grayscale: #949494. Windows color (decimal): -4421522 or 7243964. OLE color: 7243964.

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

Color convert

RGB 188 136 110 -
CMYK 0 0.28 0.41 0.26
HSL 20º 0.37% 0.58% -
HSV(B) 20º 0.41% 0.74% -
XYZ 32.36 29.43 18.73 -
YUV 148.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 188 136 110 0 0.28 0.41 0.26 20 0.37 0.58
Hex BC 88 6E 0 1C 29 1A 14 25 3A
Octal 274 210 156 0 34 51 32 24 45 72
Binary 10111100 10001000 1101110 0 11100 101001 11010 10100 100101 111010

Color Harmonies of #BC886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC886E

Black with #BC886E

Text Example


Text Example

White with #BC886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC886E; }

 p { color: rgb(188,136,110); }

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

background-color css

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

 a { background-color: rgb(188,136,110); }

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

border-color css

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

 span { border-color: rgb(188,136,110); }

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