Html Css Color HEX #B78046 Brandy Punch

📋 copy color: '#B78046'

red 183 ◦ green 128 ◦ blue 70

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

Shades of Brandy Punch #B78046

Tints of Brandy Punch #B78046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.37%

R = 48.03%
G = 33.6%
B = 18.37%

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

#B78046 (or 0xB78046) is known color: Brandy Punch. HEX triplet: B7, 80 and 46. RGB value is (183,128,70). Sum of RGB (Red+Green+Blue) = 183+128+70=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B78046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78046 is #487FB9. Grayscale: #8A8A8A. Windows color (decimal): -4751290 or 4620471. OLE color: 4620471.

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

Color convert

RGB 183 128 70 -
CMYK 0 0.30 0.62 0.28
HSL 30.8º 0.45% 0.5% -
HSV(B) 30.8º 0.62% 0.72% -
XYZ 28.35 25.95 9.31 -
YUV 137.83 89.72 160.22 -
System Red Green Blue C M Y K H S L
Decimal 183 128 70 0 0.30 0.62 0.28 30.8 0.45 0.5
Hex B7 80 46 0 1E 3E 1C 1F 2D 32
Octal 267 200 106 0 36 76 34 37 55 62
Binary 10110111 10000000 1000110 0 11110 111110 11100 11111 101101 110010

Color Harmonies of #B78046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78046

Black with #B78046

Text Example


Text Example

White with #B78046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78046; }

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

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

background-color css

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

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

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

border-color css

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

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

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