Html Css Color HEX #B97B4D Brandy Punch

📋 copy color: '#B97B4D'

red 185 ◦ green 123 ◦ blue 77

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

Shades of Brandy Punch #B97B4D

Tints of Brandy Punch #B97B4D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.95%

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

R = 48.05%
G = 31.95%
B = 20%

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

#B97B4D (or 0xB97B4D) is known color: Brandy Punch. HEX triplet: B9, 7B and 4D. RGB value is (185,123,77). Sum of RGB (Red+Green+Blue) = 185+123+77=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97B4D is #4684B2. Grayscale: #888888. Windows color (decimal): -4621491 or 5077945. OLE color: 5077945.

HSL color Cylindrical-coordinate representation of color #B97B4D: hue angle of 25.56º 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 #B97B4D is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 123 77 -
CMYK 0 0.34 0.58 0.27
HSL 25.56º 0.44% 0.51% -
HSV(B) 25.56º 0.58% 0.73% -
XYZ 28.43 25.02 10.35 -
YUV 136.29 94.54 162.74 -
System Red Green Blue C M Y K H S L
Decimal 185 123 77 0 0.34 0.58 0.27 25.56 0.44 0.51
Hex B9 7B 4D 0 22 3A 1B 1A 2C 33
Octal 271 173 115 0 42 72 33 32 54 63
Binary 10111001 1111011 1001101 0 100010 111010 11011 11010 101100 110011

Color Harmonies of #B97B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97B4D

Black with #B97B4D

Text Example


Text Example

White with #B97B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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