Html Css Color HEX #BC8471 Brandy Rose

📋 copy color: '#BC8471'

red 188 ◦ green 132 ◦ blue 113

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

Shades of Brandy Rose #BC8471

Tints of Brandy Rose #BC8471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.1%

R = 43.42%
G = 30.48%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC8471 (or 0xBC8471) is known color: Brandy Rose. HEX triplet: BC, 84 and 71. RGB value is (188,132,113). Sum of RGB (Red+Green+Blue) = 188+132+113=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8471 is #437B8E. Grayscale: #929292. Windows color (decimal): -4422543 or 7439548. OLE color: 7439548.

HSL color Cylindrical-coordinate representation of color #BC8471: hue angle of 15.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC8471 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 132 113 -
CMYK 0 0.30 0.40 0.26
HSL 15.2º 0.36% 0.59% -
HSV(B) 15.2º 0.4% 0.74% -
XYZ 31.97 28.39 19.42 -
YUV 146.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 188 132 113 0 0.30 0.40 0.26 15.2 0.36 0.59
Hex BC 84 71 0 1E 28 1A F 24 3B
Octal 274 204 161 0 36 50 32 17 44 73
Binary 10111100 10000100 1110001 0 11110 101000 11010 1111 100100 111011

Color Harmonies of #BC8471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8471

Black with #BC8471

Text Example


Text Example

White with #BC8471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8471; }

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

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

background-color css

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

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

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

border-color css

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

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

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