Html Css Color HEX #BC846B Brandy Rose

📋 copy color: '#BC846B'

red 188 ◦ green 132 ◦ blue 107

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

Shades of Brandy Rose #BC846B

Tints of Brandy Rose #BC846B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.91%

 BLUE value IS 107 (42.19% from 255) = 25.06%

R = 44.03%
G = 30.91%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC846B (or 0xBC846B) is known color: Brandy Rose. HEX triplet: BC, 84 and 6B. RGB value is (188,132,107). Sum of RGB (Red+Green+Blue) = 188+132+107=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC846B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC846B is #437B94. Grayscale: #929292. Windows color (decimal): -4422549 or 7046332. OLE color: 7046332.

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

Color convert

RGB 188 132 107 -
CMYK 0 0.30 0.43 0.26
HSL 18.52º 0.38% 0.58% -
HSV(B) 18.52º 0.43% 0.74% -
XYZ 31.64 28.26 17.7 -
YUV 145.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 188 132 107 0 0.30 0.43 0.26 18.52 0.38 0.58
Hex BC 84 6B 0 1E 2B 1A 13 26 3A
Octal 274 204 153 0 36 53 32 23 46 72
Binary 10111100 10000100 1101011 0 11110 101011 11010 10011 100110 111010

Color Harmonies of #BC846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC846B

Black with #BC846B

Text Example


Text Example

White with #BC846B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC846B; }

 p { color: rgb(188,132,107); }

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

background-color css

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

 a { background-color: rgb(188,132,107); }

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

border-color css

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

 span { border-color: rgb(188,132,107); }

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