Html Css Color HEX #BC8671 Brandy Rose

📋 copy color: '#BC8671'

red 188 ◦ green 134 ◦ blue 113

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

Shades of Brandy Rose #BC8671

Tints of Brandy Rose #BC8671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.8%

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

R = 43.22%
G = 30.8%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC8671 (or 0xBC8671) is known color: Brandy Rose. HEX triplet: BC, 86 and 71. RGB value is (188,134,113). Sum of RGB (Red+Green+Blue) = 188+134+113=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8671 is #43798E. Grayscale: #939393. Windows color (decimal): -4422031 or 7440060. OLE color: 7440060.

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

Color convert

RGB 188 134 113 -
CMYK 0 0.29 0.40 0.26
HSL 16.8º 0.36% 0.59% -
HSV(B) 16.8º 0.4% 0.74% -
XYZ 32.24 28.93 19.51 -
YUV 147.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 188 134 113 0 0.29 0.40 0.26 16.8 0.36 0.59
Hex BC 86 71 0 1D 28 1A 11 24 3B
Octal 274 206 161 0 35 50 32 21 44 73
Binary 10111100 10000110 1110001 0 11101 101000 11010 10001 100100 111011

Color Harmonies of #BC8671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8671

Black with #BC8671

Text Example


Text Example

White with #BC8671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8671; }

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

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

background-color css

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

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

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

border-color css

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

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

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