Html Css Color HEX #BC8670 Brandy Rose

📋 copy color: '#BC8670'

red 188 ◦ green 134 ◦ blue 112

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

Shades of Brandy Rose #BC8670

Tints of Brandy Rose #BC8670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.81%

R = 43.32%
G = 30.88%
B = 25.81%

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

#BC8670 (or 0xBC8670) is known color: Brandy Rose. HEX triplet: BC, 86 and 70. RGB value is (188,134,112). Sum of RGB (Red+Green+Blue) = 188+134+112=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8670 is #43798F. Grayscale: #939393. Windows color (decimal): -4422032 or 7374524. OLE color: 7374524.

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

Color convert

RGB 188 134 112 -
CMYK 0 0.29 0.40 0.26
HSL 17.37º 0.36% 0.59% -
HSV(B) 17.37º 0.4% 0.74% -
XYZ 32.19 28.91 19.21 -
YUV 147.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 188 134 112 0 0.29 0.40 0.26 17.37 0.36 0.59
Hex BC 86 70 0 1D 28 1A 11 24 3B
Octal 274 206 160 0 35 50 32 21 44 73
Binary 10111100 10000110 1110000 0 11101 101000 11010 10001 100100 111011

Color Harmonies of #BC8670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8670

Black with #BC8670

Text Example


Text Example

White with #BC8670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8670; }

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

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

background-color css

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

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

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

border-color css

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

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

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