Html Css Color HEX #BC867F Brandy Rose

📋 copy color: '#BC867F'

red 188 ◦ green 134 ◦ blue 127

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

Shades of Brandy Rose #BC867F

Tints of Brandy Rose #BC867F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.29%

R = 41.87%
G = 29.84%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC867F (or 0xBC867F) is known color: Brandy Rose. HEX triplet: BC, 86 and 7F. RGB value is (188,134,127). Sum of RGB (Red+Green+Blue) = 188+134+127=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC867F is #437980. Grayscale: #959595. Windows color (decimal): -4422017 or 8357564. OLE color: 8357564.

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

Color convert

RGB 188 134 127 -
CMYK 0 0.29 0.32 0.26
HSL 6.89º 0.31% 0.62% -
HSV(B) 6.89º 0.32% 0.74% -
XYZ 33.09 29.27 23.98 -
YUV 149.35 115.39 155.57 -
System Red Green Blue C M Y K H S L
Decimal 188 134 127 0 0.29 0.32 0.26 6.89 0.31 0.62
Hex BC 86 7F 0 1D 20 1A 7 1F 3E
Octal 274 206 177 0 35 40 32 7 37 76
Binary 10111100 10000110 1111111 0 11101 100000 11010 111 11111 111110

Color Harmonies of #BC867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC867F

Black with #BC867F

Text Example


Text Example

White with #BC867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC867F; }

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

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

background-color css

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

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

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

border-color css

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

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

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