Html Css Color HEX #BC887D Brandy Rose

📋 copy color: '#BC887D'

red 188 ◦ green 136 ◦ blue 125

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

Shades of Brandy Rose #BC887D

Tints of Brandy Rose #BC887D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.29%

 BLUE value IS 125 (49.22% from 255) = 27.84%

R = 41.87%
G = 30.29%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC887D (or 0xBC887D) is known color: Brandy Rose. HEX triplet: BC, 88 and 7D. RGB value is (188,136,125). Sum of RGB (Red+Green+Blue) = 188+136+125=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC887D is #437782. Grayscale: #969696. Windows color (decimal): -4421507 or 8227004. OLE color: 8227004.

HSL color Cylindrical-coordinate representation of color #BC887D: hue angle of 10.48º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC887D is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 136 125 -
CMYK 0 0.28 0.34 0.26
HSL 10.48º 0.32% 0.61% -
HSV(B) 10.48º 0.34% 0.74% -
XYZ 33.24 29.78 23.4 -
YUV 150.29 113.73 154.89 -
System Red Green Blue C M Y K H S L
Decimal 188 136 125 0 0.28 0.34 0.26 10.48 0.32 0.61
Hex BC 88 7D 0 1C 22 1A A 20 3D
Octal 274 210 175 0 34 42 32 12 40 75
Binary 10111100 10001000 1111101 0 11100 100010 11010 1010 100000 111101

Color Harmonies of #BC887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC887D

Black with #BC887D

Text Example


Text Example

White with #BC887D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC887D; }

 p { color: rgb(188,136,125); }

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

background-color css

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

 a { background-color: rgb(188,136,125); }

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

border-color css

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

 span { border-color: rgb(188,136,125); }

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