Html Css Color HEX #B78045 Brandy Punch

📋 copy color: '#B78045'

red 183 ◦ green 128 ◦ blue 69

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

Shades of Brandy Punch #B78045

Tints of Brandy Punch #B78045

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.68%

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

R = 48.16%
G = 33.68%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B78045 (or 0xB78045) is known color: Brandy Punch. HEX triplet: B7, 80 and 45. RGB value is (183,128,69). Sum of RGB (Red+Green+Blue) = 183+128+69=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B78045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78045 is #487FBA. Grayscale: #8A8A8A. Windows color (decimal): -4751291 or 4554935. OLE color: 4554935.

HSL color Cylindrical-coordinate representation of color #B78045: hue angle of 31.05º 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 #B78045 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 128 69 -
CMYK 0 0.30 0.62 0.28
HSL 31.05º 0.45% 0.49% -
HSV(B) 31.05º 0.62% 0.72% -
XYZ 28.32 25.94 9.14 -
YUV 137.72 89.22 160.3 -
System Red Green Blue C M Y K H S L
Decimal 183 128 69 0 0.30 0.62 0.28 31.05 0.45 0.49
Hex B7 80 45 0 1E 3E 1C 1F 2D 31
Octal 267 200 105 0 36 76 34 37 55 61
Binary 10110111 10000000 1000101 0 11110 111110 11100 11111 101101 110001

Color Harmonies of #B78045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78045

Black with #B78045

Text Example


Text Example

White with #B78045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78045; }

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

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

background-color css

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

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

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

border-color css

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

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

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