Html Css Color HEX #B68048 Brandy Punch

📋 copy color: '#B68048'

red 182 ◦ green 128 ◦ blue 72

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

Shades of Brandy Punch #B68048

Tints of Brandy Punch #B68048

RGB

 RED value IS 182 (71.48% from 255) = 47.64%

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

 BLUE value IS 72 (28.52% from 255) = 18.85%

R = 47.64%
G = 33.51%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B68048 (or 0xB68048) is known color: Brandy Punch. HEX triplet: B6, 80 and 48. RGB value is (182,128,72). Sum of RGB (Red+Green+Blue) = 182+128+72=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B68048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68048 is #497FB7. Grayscale: #8A8A8A. Windows color (decimal): -4816824 or 4751542. OLE color: 4751542.

HSL color Cylindrical-coordinate representation of color #B68048: hue angle of 30.55º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B68048 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 128 72 -
CMYK 0 0.30 0.60 0.29
HSL 30.55º 0.43% 0.5% -
HSV(B) 30.55º 0.6% 0.71% -
XYZ 28.18 25.85 9.64 -
YUV 137.76 90.89 159.55 -
System Red Green Blue C M Y K H S L
Decimal 182 128 72 0 0.30 0.60 0.29 30.55 0.43 0.5
Hex B6 80 48 0 1E 3C 1D 1F 2B 32
Octal 266 200 110 0 36 74 35 37 53 62
Binary 10110110 10000000 1001000 0 11110 111100 11101 11111 101011 110010

Color Harmonies of #B68048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68048

Black with #B68048

Text Example


Text Example

White with #B68048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68048; }

 p { color: rgb(182,128,72); }

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

background-color css

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

 a { background-color: rgb(182,128,72); }

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

border-color css

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

 span { border-color: rgb(182,128,72); }

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