Html Css Color HEX #B78245 Brandy Punch

📋 copy color: '#B78245'

red 183 ◦ green 130 ◦ blue 69

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

Shades of Brandy Punch #B78245

Tints of Brandy Punch #B78245

RGB

 RED value IS 183 (71.88% from 255) = 47.91%

 GREEN value IS 130 (51.17% from 255) = 34.03%

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

R = 47.91%
G = 34.03%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B78245 (or 0xB78245) is known color: Brandy Punch. HEX triplet: B7, 82 and 45. RGB value is (183,130,69). Sum of RGB (Red+Green+Blue) = 183+130+69=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B78245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78245 is #487DBA. Grayscale: #8B8B8B. Windows color (decimal): -4750779 or 4555447. OLE color: 4555447.

HSL color Cylindrical-coordinate representation of color #B78245: hue angle of 32.11º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B78245 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 130 69 -
CMYK 0 0.29 0.62 0.28
HSL 32.11º 0.45% 0.49% -
HSV(B) 32.11º 0.62% 0.72% -
XYZ 28.59 26.46 9.23 -
YUV 138.89 88.56 159.46 -
System Red Green Blue C M Y K H S L
Decimal 183 130 69 0 0.29 0.62 0.28 32.11 0.45 0.49
Hex B7 82 45 0 1D 3E 1C 20 2D 31
Octal 267 202 105 0 35 76 34 40 55 61
Binary 10110111 10000010 1000101 0 11101 111110 11100 100000 101101 110001

Color Harmonies of #B78245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78245

Black with #B78245

Text Example


Text Example

White with #B78245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78245; }

 p { color: rgb(183,130,69); }

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

background-color css

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

 a { background-color: rgb(183,130,69); }

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

border-color css

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

 span { border-color: rgb(183,130,69); }

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