Html Css Color HEX #BC8875 Brandy Rose

📋 copy color: '#BC8875'

red 188 ◦ green 136 ◦ blue 117

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

Shades of Brandy Rose #BC8875

Tints of Brandy Rose #BC8875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.53%

R = 42.63%
G = 30.84%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC8875 (or 0xBC8875) is known color: Brandy Rose. HEX triplet: BC, 88 and 75. RGB value is (188,136,117). Sum of RGB (Red+Green+Blue) = 188+136+117=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8875 is #43778A. Grayscale: #959595. Windows color (decimal): -4421515 or 7702716. OLE color: 7702716.

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

Color convert

RGB 188 136 117 -
CMYK 0 0.28 0.38 0.26
HSL 16.06º 0.35% 0.6% -
HSV(B) 16.06º 0.38% 0.74% -
XYZ 32.75 29.58 20.81 -
YUV 149.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 188 136 117 0 0.28 0.38 0.26 16.06 0.35 0.6
Hex BC 88 75 0 1C 26 1A 10 23 3C
Octal 274 210 165 0 34 46 32 20 43 74
Binary 10111100 10001000 1110101 0 11100 100110 11010 10000 100011 111100

Color Harmonies of #BC8875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8875

Black with #BC8875

Text Example


Text Example

White with #BC8875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8875; }

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

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

background-color css

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

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

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

border-color css

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

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

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