Html Css Color HEX #BA8172 Brandy Rose

📋 copy color: '#BA8172'

red 186 ◦ green 129 ◦ blue 114

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

Shades of Brandy Rose #BA8172

Tints of Brandy Rose #BA8172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.57%

R = 43.36%
G = 30.07%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA8172 (or 0xBA8172) is known color: Brandy Rose. HEX triplet: BA, 81 and 72. RGB value is (186,129,114). Sum of RGB (Red+Green+Blue) = 186+129+114=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8172 is #457E8D. Grayscale: #909090. Windows color (decimal): -4554382 or 7504314. OLE color: 7504314.

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

Color convert

RGB 186 129 114 -
CMYK 0 0.31 0.39 0.27
HSL 12.5º 0.34% 0.59% -
HSV(B) 12.5º 0.39% 0.73% -
XYZ 31.14 27.35 19.56 -
YUV 144.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 186 129 114 0 0.31 0.39 0.27 12.5 0.34 0.59
Hex BA 81 72 0 1F 27 1B C 22 3B
Octal 272 201 162 0 37 47 33 14 42 73
Binary 10111010 10000001 1110010 0 11111 100111 11011 1100 100010 111011

Color Harmonies of #BA8172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8172

Black with #BA8172

Text Example


Text Example

White with #BA8172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8172; }

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

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

background-color css

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

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

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

border-color css

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

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

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