Html Css Color HEX #B97D73 Brandy Rose

📋 copy color: '#B97D73'

red 185 ◦ green 125 ◦ blue 115

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

Shades of Brandy Rose #B97D73

Tints of Brandy Rose #B97D73

RGB

 RED value IS 185 (72.66% from 255) = 43.53%

 GREEN value IS 125 (49.22% from 255) = 29.41%

 BLUE value IS 115 (45.31% from 255) = 27.06%

R = 43.53%
G = 29.41%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B97D73 (or 0xB97D73) is known color: Brandy Rose. HEX triplet: B9, 7D and 73. RGB value is (185,125,115). Sum of RGB (Red+Green+Blue) = 185+125+115=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D73 is #46828C. Grayscale: #8D8D8D. Windows color (decimal): -4620941 or 7568825. OLE color: 7568825.

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

Color convert

RGB 185 125 115 -
CMYK 0 0.32 0.38 0.27
HSL 8.57º 0.33% 0.59% -
HSV(B) 8.57º 0.38% 0.73% -
XYZ 30.44 26.22 19.68 -
YUV 141.8 112.88 158.81 -
System Red Green Blue C M Y K H S L
Decimal 185 125 115 0 0.32 0.38 0.27 8.57 0.33 0.59
Hex B9 7D 73 0 20 26 1B 9 21 3B
Octal 271 175 163 0 40 46 33 11 41 73
Binary 10111001 1111101 1110011 0 100000 100110 11011 1001 100001 111011

Color Harmonies of #B97D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97D73

Black with #B97D73

Text Example


Text Example

White with #B97D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97D73; }

 p { color: rgb(185,125,115); }

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

background-color css

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

 a { background-color: rgb(185,125,115); }

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

border-color css

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

 span { border-color: rgb(185,125,115); }

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