Html Css Color HEX #BC866D Brandy Rose

📋 copy color: '#BC866D'

red 188 ◦ green 134 ◦ blue 109

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

Shades of Brandy Rose #BC866D

Tints of Brandy Rose #BC866D

RGB

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

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

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

R = 43.62%
G = 31.09%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC866D (or 0xBC866D) is known color: Brandy Rose. HEX triplet: BC, 86 and 6D. RGB value is (188,134,109). Sum of RGB (Red+Green+Blue) = 188+134+109=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC866D is #437992. Grayscale: #939393. Windows color (decimal): -4422035 or 7177916. OLE color: 7177916.

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

Color convert

RGB 188 134 109 -
CMYK 0 0.29 0.42 0.26
HSL 18.99º 0.37% 0.58% -
HSV(B) 18.99º 0.42% 0.74% -
XYZ 32.02 28.85 18.35 -
YUV 147.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 188 134 109 0 0.29 0.42 0.26 18.99 0.37 0.58
Hex BC 86 6D 0 1D 2A 1A 13 25 3A
Octal 274 206 155 0 35 52 32 23 45 72
Binary 10111100 10000110 1101101 0 11101 101010 11010 10011 100101 111010

Color Harmonies of #BC866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC866D

Black with #BC866D

Text Example


Text Example

White with #BC866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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