Html Css Color HEX #BA8874 Brandy Rose

📋 copy color: '#BA8874'

red 186 ◦ green 136 ◦ blue 116

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

Shades of Brandy Rose #BA8874

Tints of Brandy Rose #BA8874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.05%

 BLUE value IS 116 (45.7% from 255) = 26.48%

R = 42.47%
G = 31.05%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA8874 (or 0xBA8874) is known color: Brandy Rose. HEX triplet: BA, 88 and 74. RGB value is (186,136,116). Sum of RGB (Red+Green+Blue) = 186+136+116=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8874 is #45778B. Grayscale: #949494. Windows color (decimal): -4552588 or 7637178. OLE color: 7637178.

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

Color convert

RGB 186 136 116 -
CMYK 0 0.27 0.38 0.27
HSL 17.14º 0.34% 0.59% -
HSV(B) 17.14º 0.38% 0.73% -
XYZ 32.21 29.31 20.48 -
YUV 148.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 186 136 116 0 0.27 0.38 0.27 17.14 0.34 0.59
Hex BA 88 74 0 1B 26 1B 11 22 3B
Octal 272 210 164 0 33 46 33 21 42 73
Binary 10111010 10001000 1110100 0 11011 100110 11011 10001 100010 111011

Color Harmonies of #BA8874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8874

Black with #BA8874

Text Example


Text Example

White with #BA8874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8874; }

 p { color: rgb(186,136,116); }

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

background-color css

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

 a { background-color: rgb(186,136,116); }

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

border-color css

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

 span { border-color: rgb(186,136,116); }

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