Html Css Color HEX #BA876A Brandy Rose

📋 copy color: '#BA876A'

red 186 ◦ green 135 ◦ blue 106

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

Shades of Brandy Rose #BA876A

Tints of Brandy Rose #BA876A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.62%

 BLUE value IS 106 (41.8% from 255) = 24.82%

R = 43.56%
G = 31.62%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA876A (or 0xBA876A) is known color: Brandy Rose. HEX triplet: BA, 87 and 6A. RGB value is (186,135,106). Sum of RGB (Red+Green+Blue) = 186+135+106=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA876A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA876A is #457895. Grayscale: #939393. Windows color (decimal): -4552854 or 6981562. OLE color: 6981562.

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

Color convert

RGB 186 135 106 -
CMYK 0 0.27 0.43 0.27
HSL 21.75º 0.37% 0.57% -
HSV(B) 21.75º 0.43% 0.73% -
XYZ 31.52 28.81 17.54 -
YUV 146.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 186 135 106 0 0.27 0.43 0.27 21.75 0.37 0.57
Hex BA 87 6A 0 1B 2B 1B 16 25 39
Octal 272 207 152 0 33 53 33 26 45 71
Binary 10111010 10000111 1101010 0 11011 101011 11011 10110 100101 111001

Color Harmonies of #BA876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA876A

Black with #BA876A

Text Example


Text Example

White with #BA876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA876A; }

 p { color: rgb(186,135,106); }

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

background-color css

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

 a { background-color: rgb(186,135,106); }

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

border-color css

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

 span { border-color: rgb(186,135,106); }

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