Html Css Color HEX #BC8771 Brandy Rose

📋 copy color: '#BC8771'

red 188 ◦ green 135 ◦ blue 113

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

Shades of Brandy Rose #BC8771

Tints of Brandy Rose #BC8771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.96%

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

R = 43.12%
G = 30.96%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC8771 (or 0xBC8771) is known color: Brandy Rose. HEX triplet: BC, 87 and 71. RGB value is (188,135,113). Sum of RGB (Red+Green+Blue) = 188+135+113=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8771 is #43788E. Grayscale: #949494. Windows color (decimal): -4421775 or 7440316. OLE color: 7440316.

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

Color convert

RGB 188 135 113 -
CMYK 0 0.28 0.40 0.26
HSL 17.6º 0.36% 0.59% -
HSV(B) 17.6º 0.4% 0.74% -
XYZ 32.38 29.21 19.55 -
YUV 148.34 108.06 156.29 -
System Red Green Blue C M Y K H S L
Decimal 188 135 113 0 0.28 0.40 0.26 17.6 0.36 0.59
Hex BC 87 71 0 1C 28 1A 12 24 3B
Octal 274 207 161 0 34 50 32 22 44 73
Binary 10111100 10000111 1110001 0 11100 101000 11010 10010 100100 111011

Color Harmonies of #BC8771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8771

Black with #BC8771

Text Example


Text Example

White with #BC8771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8771; }

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

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

background-color css

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

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

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

border-color css

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

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

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