Html Css Color HEX #B67744 Brandy Punch

📋 copy color: '#B67744'

red 182 ◦ green 119 ◦ blue 68

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

Shades of Brandy Punch #B67744

Tints of Brandy Punch #B67744

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.25%

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

R = 49.32%
G = 32.25%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B67744 (or 0xB67744) is known color: Brandy Punch. HEX triplet: B6, 77 and 44. RGB value is (182,119,68). Sum of RGB (Red+Green+Blue) = 182+119+68=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B67744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67744 is #4988BB. Grayscale: #848484. Windows color (decimal): -4819132 or 4487094. OLE color: 4487094.

HSL color Cylindrical-coordinate representation of color #B67744: hue angle of 26.84º 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 #B67744 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 119 68 -
CMYK 0 0.35 0.63 0.29
HSL 26.84º 0.46% 0.49% -
HSV(B) 26.84º 0.63% 0.71% -
XYZ 26.93 23.56 8.6 -
YUV 132.02 91.87 163.65 -
System Red Green Blue C M Y K H S L
Decimal 182 119 68 0 0.35 0.63 0.29 26.84 0.46 0.49
Hex B6 77 44 0 23 3F 1D 1B 2E 31
Octal 266 167 104 0 43 77 35 33 56 61
Binary 10110110 1110111 1000100 0 100011 111111 11101 11011 101110 110001

Color Harmonies of #B67744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67744

Black with #B67744

Text Example


Text Example

White with #B67744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67744; }

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

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

background-color css

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

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

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

border-color css

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

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

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