Html Css Color HEX #BA816C Brandy Rose

📋 copy color: '#BA816C'

red 186 ◦ green 129 ◦ blue 108

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

Shades of Brandy Rose #BA816C

Tints of Brandy Rose #BA816C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.5%

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

R = 43.97%
G = 30.5%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA816C (or 0xBA816C) is known color: Brandy Rose. HEX triplet: BA, 81 and 6C. RGB value is (186,129,108). Sum of RGB (Red+Green+Blue) = 186+129+108=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA816C is #457E93. Grayscale: #8F8F8F. Windows color (decimal): -4554388 or 7111098. OLE color: 7111098.

HSL color Cylindrical-coordinate representation of color #BA816C: hue angle of 16.15º 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 #BA816C is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 129 108 -
CMYK 0 0.31 0.42 0.27
HSL 16.15º 0.36% 0.58% -
HSV(B) 16.15º 0.42% 0.73% -
XYZ 30.81 27.22 17.82 -
YUV 143.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 186 129 108 0 0.31 0.42 0.27 16.15 0.36 0.58
Hex BA 81 6C 0 1F 2A 1B 10 24 3A
Octal 272 201 154 0 37 52 33 20 44 72
Binary 10111010 10000001 1101100 0 11111 101010 11011 10000 100100 111010

Color Harmonies of #BA816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA816C

Black with #BA816C

Text Example


Text Example

White with #BA816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA816C; }

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

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

background-color css

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

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

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

border-color css

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

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

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