Html Css Color HEX #BC856F Brandy Rose

📋 copy color: '#BC856F'

red 188 ◦ green 133 ◦ blue 111

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

Shades of Brandy Rose #BC856F

Tints of Brandy Rose #BC856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.79%

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

R = 43.52%
G = 30.79%
B = 25.69%

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

#BC856F (or 0xBC856F) is known color: Brandy Rose. HEX triplet: BC, 85 and 6F. RGB value is (188,133,111). Sum of RGB (Red+Green+Blue) = 188+133+111=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC856F is #437A90. Grayscale: #939393. Windows color (decimal): -4422289 or 7308732. OLE color: 7308732.

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

Color convert

RGB 188 133 111 -
CMYK 0 0.29 0.41 0.26
HSL 17.14º 0.36% 0.59% -
HSV(B) 17.14º 0.41% 0.74% -
XYZ 32 28.61 18.88 -
YUV 146.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 188 133 111 0 0.29 0.41 0.26 17.14 0.36 0.59
Hex BC 85 6F 0 1D 29 1A 11 24 3B
Octal 274 205 157 0 35 51 32 21 44 73
Binary 10111100 10000101 1101111 0 11101 101001 11010 10001 100100 111011

Color Harmonies of #BC856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC856F

Black with #BC856F

Text Example


Text Example

White with #BC856F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC856F; }

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

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

background-color css

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

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

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

border-color css

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

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

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