Html Css Color HEX #B97A4D Brandy Punch

📋 copy color: '#B97A4D'

red 185 ◦ green 122 ◦ blue 77

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

Shades of Brandy Punch #B97A4D

Tints of Brandy Punch #B97A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.05%

R = 48.18%
G = 31.77%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B97A4D (or 0xB97A4D) is known color: Brandy Punch. HEX triplet: B9, 7A and 4D. RGB value is (185,122,77). Sum of RGB (Red+Green+Blue) = 185+122+77=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97A4D is #4685B2. Grayscale: #878787. Windows color (decimal): -4621747 or 5077689. OLE color: 5077689.

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

Color convert

RGB 185 122 77 -
CMYK 0 0.34 0.58 0.27
HSL 25º 0.44% 0.51% -
HSV(B) 25º 0.58% 0.73% -
XYZ 28.31 24.77 10.31 -
YUV 135.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 185 122 77 0 0.34 0.58 0.27 25 0.44 0.51
Hex B9 7A 4D 0 22 3A 1B 19 2C 33
Octal 271 172 115 0 42 72 33 31 54 63
Binary 10111001 1111010 1001101 0 100010 111010 11011 11001 101100 110011

Color Harmonies of #B97A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97A4D

Black with #B97A4D

Text Example


Text Example

White with #B97A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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