Html Css Color HEX #BC866F Brandy Rose

📋 copy color: '#BC866F'

red 188 ◦ green 134 ◦ blue 111

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

Shades of Brandy Rose #BC866F

Tints of Brandy Rose #BC866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.64%

R = 43.42%
G = 30.95%
B = 25.64%

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

#BC866F (or 0xBC866F) is known color: Brandy Rose. HEX triplet: BC, 86 and 6F. RGB value is (188,134,111). Sum of RGB (Red+Green+Blue) = 188+134+111=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC866F is #437990. Grayscale: #939393. Windows color (decimal): -4422033 or 7308988. OLE color: 7308988.

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

Color convert

RGB 188 134 111 -
CMYK 0 0.29 0.41 0.26
HSL 17.92º 0.36% 0.59% -
HSV(B) 17.92º 0.41% 0.74% -
XYZ 32.13 28.89 18.92 -
YUV 147.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 188 134 111 0 0.29 0.41 0.26 17.92 0.36 0.59
Hex BC 86 6F 0 1D 29 1A 12 24 3B
Octal 274 206 157 0 35 51 32 22 44 73
Binary 10111100 10000110 1101111 0 11101 101001 11010 10010 100100 111011

Color Harmonies of #BC866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC866F

Black with #BC866F

Text Example


Text Example

White with #BC866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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