Html Css Color HEX #BC866E Brandy Rose

📋 copy color: '#BC866E'

red 188 ◦ green 134 ◦ blue 110

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

Shades of Brandy Rose #BC866E

Tints of Brandy Rose #BC866E

RGB

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

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

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

R = 43.52%
G = 31.02%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC866E (or 0xBC866E) is known color: Brandy Rose. HEX triplet: BC, 86 and 6E. RGB value is (188,134,110). Sum of RGB (Red+Green+Blue) = 188+134+110=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC866E is #437991. Grayscale: #939393. Windows color (decimal): -4422034 or 7243452. OLE color: 7243452.

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

Color convert

RGB 188 134 110 -
CMYK 0 0.29 0.41 0.26
HSL 18.46º 0.37% 0.58% -
HSV(B) 18.46º 0.41% 0.74% -
XYZ 32.08 28.87 18.63 -
YUV 147.41 106.89 156.95 -
System Red Green Blue C M Y K H S L
Decimal 188 134 110 0 0.29 0.41 0.26 18.46 0.37 0.58
Hex BC 86 6E 0 1D 29 1A 12 25 3A
Octal 274 206 156 0 35 51 32 22 45 72
Binary 10111100 10000110 1101110 0 11101 101001 11010 10010 100101 111010

Color Harmonies of #BC866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC866E

Black with #BC866E

Text Example


Text Example

White with #BC866E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC866E; }

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

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

background-color css

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

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

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

border-color css

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

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

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