Html Css Color HEX #BC897D Brandy Rose

📋 copy color: '#BC897D'

red 188 ◦ green 137 ◦ blue 125

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

Shades of Brandy Rose #BC897D

Tints of Brandy Rose #BC897D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.78%

R = 41.78%
G = 30.44%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC897D (or 0xBC897D) is known color: Brandy Rose. HEX triplet: BC, 89 and 7D. RGB value is (188,137,125). Sum of RGB (Red+Green+Blue) = 188+137+125=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC897D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC897D is #437682. Grayscale: #969696. Windows color (decimal): -4421251 or 8227260. OLE color: 8227260.

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

Color convert

RGB 188 137 125 -
CMYK 0 0.27 0.34 0.26
HSL 11.43º 0.32% 0.61% -
HSV(B) 11.43º 0.34% 0.74% -
XYZ 33.39 30.06 23.45 -
YUV 150.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 188 137 125 0 0.27 0.34 0.26 11.43 0.32 0.61
Hex BC 89 7D 0 1B 22 1A B 20 3D
Octal 274 211 175 0 33 42 32 13 40 75
Binary 10111100 10001001 1111101 0 11011 100010 11010 1011 100000 111101

Color Harmonies of #BC897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC897D

Black with #BC897D

Text Example


Text Example

White with #BC897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC897D; }

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

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

background-color css

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

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

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

border-color css

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

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

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