Html Css Color HEX #BA836F Brandy Rose

📋 copy color: '#BA836F'

red 186 ◦ green 131 ◦ blue 111

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

Shades of Brandy Rose #BA836F

Tints of Brandy Rose #BA836F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.93%

R = 43.46%
G = 30.61%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA836F (or 0xBA836F) is known color: Brandy Rose. HEX triplet: BA, 83 and 6F. RGB value is (186,131,111). Sum of RGB (Red+Green+Blue) = 186+131+111=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA836F is #457C90. Grayscale: #919191. Windows color (decimal): -4553873 or 7308218. OLE color: 7308218.

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

Color convert

RGB 186 131 111 -
CMYK 0 0.30 0.40 0.27
HSL 16º 0.35% 0.58% -
HSV(B) 16º 0.4% 0.73% -
XYZ 31.24 27.82 18.76 -
YUV 145.17 108.72 157.13 -
System Red Green Blue C M Y K H S L
Decimal 186 131 111 0 0.30 0.40 0.27 16 0.35 0.58
Hex BA 83 6F 0 1E 28 1B 10 23 3A
Octal 272 203 157 0 36 50 33 20 43 72
Binary 10111010 10000011 1101111 0 11110 101000 11011 10000 100011 111010

Color Harmonies of #BA836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA836F

Black with #BA836F

Text Example


Text Example

White with #BA836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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