Html Css Color HEX #BA8672 Brandy Rose

📋 copy color: '#BA8672'

red 186 ◦ green 134 ◦ blue 114

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

Shades of Brandy Rose #BA8672

Tints of Brandy Rose #BA8672

RGB

 RED value IS 186 (73.05% from 255) = 42.86%

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

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

R = 42.86%
G = 30.88%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA8672 (or 0xBA8672) is known color: Brandy Rose. HEX triplet: BA, 86 and 72. RGB value is (186,134,114). Sum of RGB (Red+Green+Blue) = 186+134+114=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8672 is #45798D. Grayscale: #939393. Windows color (decimal): -4553102 or 7505594. OLE color: 7505594.

HSL color Cylindrical-coordinate representation of color #BA8672: hue angle of 16.67º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA8672 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 134 114 -
CMYK 0 0.28 0.39 0.27
HSL 16.67º 0.34% 0.59% -
HSV(B) 16.67º 0.39% 0.73% -
XYZ 31.81 28.7 19.78 -
YUV 147.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 186 134 114 0 0.28 0.39 0.27 16.67 0.34 0.59
Hex BA 86 72 0 1C 27 1B 11 22 3B
Octal 272 206 162 0 34 47 33 21 42 73
Binary 10111010 10000110 1110010 0 11100 100111 11011 10001 100010 111011

Color Harmonies of #BA8672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8672

Black with #BA8672

Text Example


Text Example

White with #BA8672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8672; }

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

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

background-color css

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

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

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

border-color css

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

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

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