Html Css Color HEX #BC8672 Brandy Rose

📋 copy color: '#BC8672'

red 188 ◦ green 134 ◦ blue 114

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

Shades of Brandy Rose #BC8672

Tints of Brandy Rose #BC8672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.15%

R = 43.12%
G = 30.73%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC8672 (or 0xBC8672) is known color: Brandy Rose. HEX triplet: BC, 86 and 72. RGB value is (188,134,114). Sum of RGB (Red+Green+Blue) = 188+134+114=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8672 is #43798D. Grayscale: #949494. Windows color (decimal): -4422030 or 7505596. OLE color: 7505596.

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

Color convert

RGB 188 134 114 -
CMYK 0 0.29 0.39 0.26
HSL 16.22º 0.36% 0.59% -
HSV(B) 16.22º 0.39% 0.74% -
XYZ 32.3 28.96 19.81 -
YUV 147.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 188 134 114 0 0.29 0.39 0.26 16.22 0.36 0.59
Hex BC 86 72 0 1D 27 1A 10 24 3B
Octal 274 206 162 0 35 47 32 20 44 73
Binary 10111100 10000110 1110010 0 11101 100111 11010 10000 100100 111011

Color Harmonies of #BC8672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8672

Black with #BC8672

Text Example


Text Example

White with #BC8672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8672; }

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

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

background-color css

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

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

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

border-color css

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

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

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