Html Css Color HEX #BA836D Brandy Rose

📋 copy color: '#BA836D'

red 186 ◦ green 131 ◦ blue 109

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

Shades of Brandy Rose #BA836D

Tints of Brandy Rose #BA836D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.59%

R = 43.66%
G = 30.75%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA836D (or 0xBA836D) is known color: Brandy Rose. HEX triplet: BA, 83 and 6D. RGB value is (186,131,109). Sum of RGB (Red+Green+Blue) = 186+131+109=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA836D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA836D is #457C92. Grayscale: #919191. Windows color (decimal): -4553875 or 7177146. OLE color: 7177146.

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

Color convert

RGB 186 131 109 -
CMYK 0 0.30 0.41 0.27
HSL 17.14º 0.36% 0.58% -
HSV(B) 17.14º 0.41% 0.73% -
XYZ 31.13 27.78 18.19 -
YUV 144.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 186 131 109 0 0.30 0.41 0.27 17.14 0.36 0.58
Hex BA 83 6D 0 1E 29 1B 11 24 3A
Octal 272 203 155 0 36 51 33 21 44 72
Binary 10111010 10000011 1101101 0 11110 101001 11011 10001 100100 111010

Color Harmonies of #BA836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA836D

Black with #BA836D

Text Example


Text Example

White with #BA836D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA836D; }

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

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

background-color css

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

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

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

border-color css

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

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

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