Html Css Color HEX #BC867E Brandy Rose

📋 copy color: '#BC867E'

red 188 ◦ green 134 ◦ blue 126

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

Shades of Brandy Rose #BC867E

Tints of Brandy Rose #BC867E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.13%

R = 41.96%
G = 29.91%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC867E (or 0xBC867E) is known color: Brandy Rose. HEX triplet: BC, 86 and 7E. RGB value is (188,134,126). Sum of RGB (Red+Green+Blue) = 188+134+126=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC867E is #437981. Grayscale: #959595. Windows color (decimal): -4422018 or 8292028. OLE color: 8292028.

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

Color convert

RGB 188 134 126 -
CMYK 0 0.29 0.33 0.26
HSL 7.74º 0.32% 0.62% -
HSV(B) 7.74º 0.33% 0.74% -
XYZ 33.03 29.25 23.64 -
YUV 149.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 188 134 126 0 0.29 0.33 0.26 7.74 0.32 0.62
Hex BC 86 7E 0 1D 21 1A 8 20 3E
Octal 274 206 176 0 35 41 32 10 40 76
Binary 10111100 10000110 1111110 0 11101 100001 11010 1000 100000 111110

Color Harmonies of #BC867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC867E

Black with #BC867E

Text Example


Text Example

White with #BC867E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC867E; }

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

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

background-color css

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

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

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

border-color css

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

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

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