Html Css Color HEX #B78145 Brandy Punch

📋 copy color: '#B78145'

red 183 ◦ green 129 ◦ blue 69

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

Shades of Brandy Punch #B78145

Tints of Brandy Punch #B78145

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.86%

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

R = 48.03%
G = 33.86%
B = 18.11%

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

#B78145 (or 0xB78145) is known color: Brandy Punch. HEX triplet: B7, 81 and 45. RGB value is (183,129,69). Sum of RGB (Red+Green+Blue) = 183+129+69=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B78145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78145 is #487EBA. Grayscale: #8A8A8A. Windows color (decimal): -4751035 or 4555191. OLE color: 4555191.

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

Color convert

RGB 183 129 69 -
CMYK 0 0.30 0.62 0.28
HSL 31.58º 0.45% 0.49% -
HSV(B) 31.58º 0.62% 0.72% -
XYZ 28.45 26.2 9.19 -
YUV 138.31 88.89 159.88 -
System Red Green Blue C M Y K H S L
Decimal 183 129 69 0 0.30 0.62 0.28 31.58 0.45 0.49
Hex B7 81 45 0 1E 3E 1C 20 2D 31
Octal 267 201 105 0 36 76 34 40 55 61
Binary 10110111 10000001 1000101 0 11110 111110 11100 100000 101101 110001

Color Harmonies of #B78145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78145

Black with #B78145

Text Example


Text Example

White with #B78145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78145; }

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

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

background-color css

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

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

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

border-color css

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

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

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