Html Css Color HEX #BC8E7D Brandy Rose

📋 copy color: '#BC8E7D'

red 188 ◦ green 142 ◦ blue 125

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

Shades of Brandy Rose #BC8E7D

Tints of Brandy Rose #BC8E7D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.21%

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

R = 41.32%
G = 31.21%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC8E7D (or 0xBC8E7D) is known color: Brandy Rose. HEX triplet: BC, 8E and 7D. RGB value is (188,142,125). Sum of RGB (Red+Green+Blue) = 188+142+125=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8E7D is #437182. Grayscale: #999999. Windows color (decimal): -4419971 or 8228540. OLE color: 8228540.

HSL color Cylindrical-coordinate representation of color #BC8E7D: hue angle of 16.19º 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 #BC8E7D is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 142 125 -
CMYK 0 0.24 0.34 0.26
HSL 16.19º 0.32% 0.61% -
HSV(B) 16.19º 0.34% 0.74% -
XYZ 34.11 31.52 23.69 -
YUV 153.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 188 142 125 0 0.24 0.34 0.26 16.19 0.32 0.61
Hex BC 8E 7D 0 18 22 1A 10 20 3D
Octal 274 216 175 0 30 42 32 20 40 75
Binary 10111100 10001110 1111101 0 11000 100010 11010 10000 100000 111101

Color Harmonies of #BC8E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8E7D

Black with #BC8E7D

Text Example


Text Example

White with #BC8E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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