Html Css Color HEX #B97345 Brandy Punch

📋 copy color: '#B97345'

red 185 ◦ green 115 ◦ blue 69

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

Shades of Brandy Punch #B97345

Tints of Brandy Punch #B97345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.17%

 BLUE value IS 69 (27.34% from 255) = 18.7%

R = 50.14%
G = 31.17%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B97345 (or 0xB97345) is known color: Brandy Punch. HEX triplet: B9, 73 and 45. RGB value is (185,115,69). Sum of RGB (Red+Green+Blue) = 185+115+69=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B97345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97345 is #468CBA. Grayscale: #828282. Windows color (decimal): -4623547 or 4551609. OLE color: 4551609.

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

Color convert

RGB 185 115 69 -
CMYK 0 0.38 0.63 0.27
HSL 23.79º 0.46% 0.5% -
HSV(B) 23.79º 0.63% 0.73% -
XYZ 27.21 23.01 8.64 -
YUV 130.69 93.19 166.74 -
System Red Green Blue C M Y K H S L
Decimal 185 115 69 0 0.38 0.63 0.27 23.79 0.46 0.5
Hex B9 73 45 0 26 3F 1B 18 2E 32
Octal 271 163 105 0 46 77 33 30 56 62
Binary 10111001 1110011 1000101 0 100110 111111 11011 11000 101110 110010

Color Harmonies of #B97345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97345

Black with #B97345

Text Example


Text Example

White with #B97345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97345; }

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

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

background-color css

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

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

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

border-color css

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

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

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