Html Css Color HEX #BC896C Brandy Rose

📋 copy color: '#BC896C'

red 188 ◦ green 137 ◦ blue 108

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

Shades of Brandy Rose #BC896C

Tints of Brandy Rose #BC896C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.64%

 BLUE value IS 108 (42.58% from 255) = 24.94%

R = 43.42%
G = 31.64%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC896C (or 0xBC896C) is known color: Brandy Rose. HEX triplet: BC, 89 and 6C. RGB value is (188,137,108). Sum of RGB (Red+Green+Blue) = 188+137+108=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC896C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC896C is #437693. Grayscale: #959595. Windows color (decimal): -4421268 or 7113148. OLE color: 7113148.

HSL color Cylindrical-coordinate representation of color #BC896C: hue angle of 21.75º degrees, saturation: 0.37, 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 #BC896C is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 137 108 -
CMYK 0 0.27 0.43 0.26
HSL 21.75º 0.37% 0.58% -
HSV(B) 21.75º 0.43% 0.74% -
XYZ 32.39 29.67 18.21 -
YUV 148.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 188 137 108 0 0.27 0.43 0.26 21.75 0.37 0.58
Hex BC 89 6C 0 1B 2B 1A 16 25 3A
Octal 274 211 154 0 33 53 32 26 45 72
Binary 10111100 10001001 1101100 0 11011 101011 11010 10110 100101 111010

Color Harmonies of #BC896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC896C

Black with #BC896C

Text Example


Text Example

White with #BC896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC896C; }

 p { color: rgb(188,137,108); }

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

background-color css

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

 a { background-color: rgb(188,137,108); }

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

border-color css

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

 span { border-color: rgb(188,137,108); }

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