Html Css Color HEX #BA817E Brandy Rose

📋 copy color: '#BA817E'

red 186 ◦ green 129 ◦ blue 126

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

Shades of Brandy Rose #BA817E

Tints of Brandy Rose #BA817E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.57%

R = 42.18%
G = 29.25%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA817E (or 0xBA817E) is known color: Brandy Rose. HEX triplet: BA, 81 and 7E. RGB value is (186,129,126). Sum of RGB (Red+Green+Blue) = 186+129+126=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA817E is #457E81. Grayscale: #919191. Windows color (decimal): -4554370 or 8290746. OLE color: 8290746.

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

Color convert

RGB 186 129 126 -
CMYK 0 0.31 0.32 0.27
HSL 0.3% 0.61% -
HSV(B) 0.32% 0.73% -
XYZ 31.87 27.65 23.4 -
YUV 145.7 116.88 156.74 -
System Red Green Blue C M Y K H S L
Decimal 186 129 126 0 0.31 0.32 0.27 3 0.3 0.61
Hex BA 81 7E 0 1F 20 1B 3 1E 3D
Octal 272 201 176 0 37 40 33 3 36 75
Binary 10111010 10000001 1111110 0 11111 100000 11011 11 11110 111101

Color Harmonies of #BA817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA817E

Black with #BA817E

Text Example


Text Example

White with #BA817E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA817E; }

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

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

background-color css

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

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

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

border-color css

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

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

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