Html Css Color HEX #B68144 Brandy Punch

📋 copy color: '#B68144'

red 182 ◦ green 129 ◦ blue 68

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

Shades of Brandy Punch #B68144

Tints of Brandy Punch #B68144

RGB

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

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

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

R = 48.02%
G = 34.04%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B68144 (or 0xB68144) is known color: Brandy Punch. HEX triplet: B6, 81 and 44. RGB value is (182,129,68). Sum of RGB (Red+Green+Blue) = 182+129+68=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B68144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68144 is #497EBB. Grayscale: #8A8A8A. Windows color (decimal): -4816572 or 4489654. OLE color: 4489654.

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

Color convert

RGB 182 129 68 -
CMYK 0 0.29 0.63 0.29
HSL 32.11º 0.46% 0.49% -
HSV(B) 32.11º 0.63% 0.71% -
XYZ 28.19 26.06 9.01 -
YUV 137.89 88.56 159.46 -
System Red Green Blue C M Y K H S L
Decimal 182 129 68 0 0.29 0.63 0.29 32.11 0.46 0.49
Hex B6 81 44 0 1D 3F 1D 20 2E 31
Octal 266 201 104 0 35 77 35 40 56 61
Binary 10110110 10000001 1000100 0 11101 111111 11101 100000 101110 110001

Color Harmonies of #B68144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68144

Black with #B68144

Text Example


Text Example

White with #B68144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68144; }

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

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

background-color css

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

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

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

border-color css

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

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

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