Html Css Color HEX #BA817D Brandy Rose

📋 copy color: '#BA817D'

red 186 ◦ green 129 ◦ blue 125

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

Shades of Brandy Rose #BA817D

Tints of Brandy Rose #BA817D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.41%

R = 42.27%
G = 29.32%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA817D (or 0xBA817D) is known color: Brandy Rose. HEX triplet: BA, 81 and 7D. RGB value is (186,129,125). Sum of RGB (Red+Green+Blue) = 186+129+125=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA817D is #457E82. Grayscale: #919191. Windows color (decimal): -4554371 or 8225210. OLE color: 8225210.

HSL color Cylindrical-coordinate representation of color #BA817D: hue angle of 3.93º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA817D is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 129 125 -
CMYK 0 0.31 0.33 0.27
HSL 3.93º 0.31% 0.61% -
HSV(B) 3.93º 0.33% 0.73% -
XYZ 31.8 27.62 23.06 -
YUV 145.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 186 129 125 0 0.31 0.33 0.27 3.93 0.31 0.61
Hex BA 81 7D 0 1F 21 1B 4 1F 3D
Octal 272 201 175 0 37 41 33 4 37 75
Binary 10111010 10000001 1111101 0 11111 100001 11011 100 11111 111101

Color Harmonies of #BA817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA817D

Black with #BA817D

Text Example


Text Example

White with #BA817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA817D; }

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

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

background-color css

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

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

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

border-color css

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

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

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