Html Css Color HEX #B97A54 Brandy Punch

📋 copy color: '#B97A54'

red 185 ◦ green 122 ◦ blue 84

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

Shades of Brandy Punch #B97A54

Tints of Brandy Punch #B97A54

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.2%

 BLUE value IS 84 (33.2% from 255) = 21.48%

R = 47.31%
G = 31.2%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B97A54 (or 0xB97A54) is known color: Brandy Punch. HEX triplet: B9, 7A and 54. RGB value is (185,122,84). Sum of RGB (Red+Green+Blue) = 185+122+84=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97A54 is #4685AB. Grayscale: #888888. Windows color (decimal): -4621740 or 5536441. OLE color: 5536441.

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

Color convert

RGB 185 122 84 -
CMYK 0 0.34 0.55 0.27
HSL 22.57º 0.42% 0.53% -
HSV(B) 22.57º 0.55% 0.73% -
XYZ 28.57 24.87 11.68 -
YUV 136.51 98.37 162.59 -
System Red Green Blue C M Y K H S L
Decimal 185 122 84 0 0.34 0.55 0.27 22.57 0.42 0.53
Hex B9 7A 54 0 22 37 1B 17 2A 35
Octal 271 172 124 0 42 67 33 27 52 65
Binary 10111001 1111010 1010100 0 100010 110111 11011 10111 101010 110101

Color Harmonies of #B97A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97A54

Black with #B97A54

Text Example


Text Example

White with #B97A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97A54; }

 p { color: rgb(185,122,84); }

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

background-color css

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

 a { background-color: rgb(185,122,84); }

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

border-color css

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

 span { border-color: rgb(185,122,84); }

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