Html Css Color HEX #BA8175 Brandy Rose

📋 copy color: '#BA8175'

red 186 ◦ green 129 ◦ blue 117

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

Shades of Brandy Rose #BA8175

Tints of Brandy Rose #BA8175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.08%

R = 43.06%
G = 29.86%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA8175 (or 0xBA8175) is known color: Brandy Rose. HEX triplet: BA, 81 and 75. RGB value is (186,129,117). Sum of RGB (Red+Green+Blue) = 186+129+117=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8175 is #457E8A. Grayscale: #909090. Windows color (decimal): -4554379 or 7700922. OLE color: 7700922.

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

Color convert

RGB 186 129 117 -
CMYK 0 0.31 0.37 0.27
HSL 10.43º 0.33% 0.59% -
HSV(B) 10.43º 0.37% 0.73% -
XYZ 31.31 27.42 20.47 -
YUV 144.68 112.38 157.48 -
System Red Green Blue C M Y K H S L
Decimal 186 129 117 0 0.31 0.37 0.27 10.43 0.33 0.59
Hex BA 81 75 0 1F 25 1B A 21 3B
Octal 272 201 165 0 37 45 33 12 41 73
Binary 10111010 10000001 1110101 0 11111 100101 11011 1010 100001 111011

Color Harmonies of #BA8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8175

Black with #BA8175

Text Example


Text Example

White with #BA8175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8175; }

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

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

background-color css

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

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

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

border-color css

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

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

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