Html Css Color HEX #BA836A Brandy Rose

📋 copy color: '#BA836A'

red 186 ◦ green 131 ◦ blue 106

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

Shades of Brandy Rose #BA836A

Tints of Brandy Rose #BA836A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.97%

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

R = 43.97%
G = 30.97%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA836A (or 0xBA836A) is known color: Brandy Rose. HEX triplet: BA, 83 and 6A. RGB value is (186,131,106). Sum of RGB (Red+Green+Blue) = 186+131+106=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA836A is #457C95. Grayscale: #909090. Windows color (decimal): -4553878 or 6980538. OLE color: 6980538.

HSL color Cylindrical-coordinate representation of color #BA836A: hue angle of 18.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 #BA836A is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 131 106 -
CMYK 0 0.30 0.43 0.27
HSL 18.75º 0.37% 0.57% -
HSV(B) 18.75º 0.43% 0.73% -
XYZ 30.97 27.71 17.35 -
YUV 144.6 106.22 157.53 -
System Red Green Blue C M Y K H S L
Decimal 186 131 106 0 0.30 0.43 0.27 18.75 0.37 0.57
Hex BA 83 6A 0 1E 2B 1B 13 25 39
Octal 272 203 152 0 36 53 33 23 45 71
Binary 10111010 10000011 1101010 0 11110 101011 11011 10011 100101 111001

Color Harmonies of #BA836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA836A

Black with #BA836A

Text Example


Text Example

White with #BA836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA836A; }

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

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

background-color css

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

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

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

border-color css

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

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

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