Html Css Color HEX #BA836C Brandy Rose

📋 copy color: '#BA836C'

red 186 ◦ green 131 ◦ blue 108

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

Shades of Brandy Rose #BA836C

Tints of Brandy Rose #BA836C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.41%

R = 43.76%
G = 30.82%
B = 25.41%

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

#BA836C (or 0xBA836C) is known color: Brandy Rose. HEX triplet: BA, 83 and 6C. RGB value is (186,131,108). Sum of RGB (Red+Green+Blue) = 186+131+108=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA836C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA836C is #457C93. Grayscale: #909090. Windows color (decimal): -4553876 or 7111610. OLE color: 7111610.

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

Color convert

RGB 186 131 108 -
CMYK 0 0.30 0.42 0.27
HSL 17.69º 0.36% 0.58% -
HSV(B) 17.69º 0.42% 0.73% -
XYZ 31.07 27.75 17.91 -
YUV 144.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 186 131 108 0 0.30 0.42 0.27 17.69 0.36 0.58
Hex BA 83 6C 0 1E 2A 1B 12 24 3A
Octal 272 203 154 0 36 52 33 22 44 72
Binary 10111010 10000011 1101100 0 11110 101010 11011 10010 100100 111010

Color Harmonies of #BA836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA836C

Black with #BA836C

Text Example


Text Example

White with #BA836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA836C; }

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

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

background-color css

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

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

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

border-color css

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

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

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