Html Css Color HEX #BA816D Brandy Rose

📋 copy color: '#BA816D'

red 186 ◦ green 129 ◦ blue 109

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

Shades of Brandy Rose #BA816D

Tints of Brandy Rose #BA816D

RGB

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

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

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

R = 43.87%
G = 30.42%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA816D (or 0xBA816D) is known color: Brandy Rose. HEX triplet: BA, 81 and 6D. RGB value is (186,129,109). Sum of RGB (Red+Green+Blue) = 186+129+109=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA816D is #457E92. Grayscale: #8F8F8F. Windows color (decimal): -4554387 or 7176634. OLE color: 7176634.

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

Color convert

RGB 186 129 109 -
CMYK 0 0.31 0.41 0.27
HSL 15.58º 0.36% 0.58% -
HSV(B) 15.58º 0.41% 0.73% -
XYZ 30.86 27.24 18.1 -
YUV 143.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 186 129 109 0 0.31 0.41 0.27 15.58 0.36 0.58
Hex BA 81 6D 0 1F 29 1B 10 24 3A
Octal 272 201 155 0 37 51 33 20 44 72
Binary 10111010 10000001 1101101 0 11111 101001 11011 10000 100100 111010

Color Harmonies of #BA816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA816D

Black with #BA816D

Text Example


Text Example

White with #BA816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA816D; }

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

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

background-color css

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

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

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

border-color css

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

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

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