Html Css Color HEX #BC876D Brandy Rose

📋 copy color: '#BC876D'

red 188 ◦ green 135 ◦ blue 109

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

Shades of Brandy Rose #BC876D

Tints of Brandy Rose #BC876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.25%

 BLUE value IS 109 (42.97% from 255) = 25.23%

R = 43.52%
G = 31.25%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC876D (or 0xBC876D) is known color: Brandy Rose. HEX triplet: BC, 87 and 6D. RGB value is (188,135,109). Sum of RGB (Red+Green+Blue) = 188+135+109=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC876D is #437892. Grayscale: #949494. Windows color (decimal): -4421779 or 7178172. OLE color: 7178172.

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

Color convert

RGB 188 135 109 -
CMYK 0 0.28 0.42 0.26
HSL 19.75º 0.37% 0.58% -
HSV(B) 19.75º 0.42% 0.74% -
XYZ 32.16 29.12 18.39 -
YUV 147.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 188 135 109 0 0.28 0.42 0.26 19.75 0.37 0.58
Hex BC 87 6D 0 1C 2A 1A 14 25 3A
Octal 274 207 155 0 34 52 32 24 45 72
Binary 10111100 10000111 1101101 0 11100 101010 11010 10100 100101 111010

Color Harmonies of #BC876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC876D

Black with #BC876D

Text Example


Text Example

White with #BC876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC876D; }

 p { color: rgb(188,135,109); }

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

background-color css

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

 a { background-color: rgb(188,135,109); }

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

border-color css

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

 span { border-color: rgb(188,135,109); }

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