Html Css Color HEX #B88144 Brandy Punch

📋 copy color: '#B88144'

red 184 ◦ green 129 ◦ blue 68

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

Shades of Brandy Punch #B88144

Tints of Brandy Punch #B88144

RGB

 RED value IS 184 (72.27% from 255) = 48.29%

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

 BLUE value IS 68 (26.95% from 255) = 17.85%

R = 48.29%
G = 33.86%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B88144 (or 0xB88144) is known color: Brandy Punch. HEX triplet: B8, 81 and 44. RGB value is (184,129,68). Sum of RGB (Red+Green+Blue) = 184+129+68=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B88144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88144 is #477EBB. Grayscale: #8A8A8A. Windows color (decimal): -4685500 or 4489656. OLE color: 4489656.

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

Color convert

RGB 184 129 68 -
CMYK 0 0.30 0.63 0.28
HSL 31.55º 0.46% 0.49% -
HSV(B) 31.55º 0.63% 0.72% -
XYZ 28.66 26.31 9.04 -
YUV 138.49 88.22 160.46 -
System Red Green Blue C M Y K H S L
Decimal 184 129 68 0 0.30 0.63 0.28 31.55 0.46 0.49
Hex B8 81 44 0 1E 3F 1C 20 2E 31
Octal 270 201 104 0 36 77 34 40 56 61
Binary 10111000 10000001 1000100 0 11110 111111 11100 100000 101110 110001

Color Harmonies of #B88144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88144

Black with #B88144

Text Example


Text Example

White with #B88144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88144; }

 p { color: rgb(184,129,68); }

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

background-color css

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

 a { background-color: rgb(184,129,68); }

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

border-color css

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

 span { border-color: rgb(184,129,68); }

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