Html Css Color HEX #BC866B Brandy Rose

📋 copy color: '#BC866B'

red 188 ◦ green 134 ◦ blue 107

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

Shades of Brandy Rose #BC866B

Tints of Brandy Rose #BC866B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.94%

R = 43.82%
G = 31.24%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC866B (or 0xBC866B) is known color: Brandy Rose. HEX triplet: BC, 86 and 6B. RGB value is (188,134,107). Sum of RGB (Red+Green+Blue) = 188+134+107=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC866B is #437994. Grayscale: #939393. Windows color (decimal): -4422037 or 7046844. OLE color: 7046844.

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

Color convert

RGB 188 134 107 -
CMYK 0 0.29 0.43 0.26
HSL 20º 0.38% 0.58% -
HSV(B) 20º 0.43% 0.74% -
XYZ 31.92 28.8 17.79 -
YUV 147.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 188 134 107 0 0.29 0.43 0.26 20 0.38 0.58
Hex BC 86 6B 0 1D 2B 1A 14 26 3A
Octal 274 206 153 0 35 53 32 24 46 72
Binary 10111100 10000110 1101011 0 11101 101011 11010 10100 100110 111010

Color Harmonies of #BC866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC866B

Black with #BC866B

Text Example


Text Example

White with #BC866B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC866B; }

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

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

background-color css

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

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

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

border-color css

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

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

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