Html Css Color HEX #BA836B Brandy Rose

📋 copy color: '#BA836B'

red 186 ◦ green 131 ◦ blue 107

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

Shades of Brandy Rose #BA836B

Tints of Brandy Rose #BA836B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.24%

R = 43.87%
G = 30.9%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA836B (or 0xBA836B) is known color: Brandy Rose. HEX triplet: BA, 83 and 6B. RGB value is (186,131,107). Sum of RGB (Red+Green+Blue) = 186+131+107=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA836B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA836B is #457C94. Grayscale: #909090. Windows color (decimal): -4553877 or 7046074. OLE color: 7046074.

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

Color convert

RGB 186 131 107 -
CMYK 0 0.30 0.42 0.27
HSL 18.23º 0.36% 0.57% -
HSV(B) 18.23º 0.42% 0.73% -
XYZ 31.02 27.73 17.63 -
YUV 144.71 106.72 157.45 -
System Red Green Blue C M Y K H S L
Decimal 186 131 107 0 0.30 0.42 0.27 18.23 0.36 0.57
Hex BA 83 6B 0 1E 2A 1B 12 24 39
Octal 272 203 153 0 36 52 33 22 44 71
Binary 10111010 10000011 1101011 0 11110 101010 11011 10010 100100 111001

Color Harmonies of #BA836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA836B

Black with #BA836B

Text Example


Text Example

White with #BA836B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA836B; }

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

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

background-color css

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

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

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

border-color css

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

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

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