Html Css Color HEX #BC897B Brandy Rose

📋 copy color: '#BC897B'

red 188 ◦ green 137 ◦ blue 123

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

Shades of Brandy Rose #BC897B

Tints of Brandy Rose #BC897B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.58%

 BLUE value IS 123 (48.44% from 255) = 27.46%

R = 41.96%
G = 30.58%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC897B (or 0xBC897B) is known color: Brandy Rose. HEX triplet: BC, 89 and 7B. RGB value is (188,137,123). Sum of RGB (Red+Green+Blue) = 188+137+123=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC897B is #437684. Grayscale: #969696. Windows color (decimal): -4421253 or 8096188. OLE color: 8096188.

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

Color convert

RGB 188 137 123 -
CMYK 0 0.27 0.35 0.26
HSL 12.92º 0.33% 0.61% -
HSV(B) 12.92º 0.35% 0.74% -
XYZ 33.26 30.01 22.78 -
YUV 150.65 112.4 154.64 -
System Red Green Blue C M Y K H S L
Decimal 188 137 123 0 0.27 0.35 0.26 12.92 0.33 0.61
Hex BC 89 7B 0 1B 23 1A D 21 3D
Octal 274 211 173 0 33 43 32 15 41 75
Binary 10111100 10001001 1111011 0 11011 100011 11010 1101 100001 111101

Color Harmonies of #BC897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC897B

Black with #BC897B

Text Example


Text Example

White with #BC897B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC897B; }

 p { color: rgb(188,137,123); }

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

background-color css

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

 a { background-color: rgb(188,137,123); }

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

border-color css

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

 span { border-color: rgb(188,137,123); }

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