Html Css Color HEX #B67A4E Brandy Punch

📋 copy color: '#B67A4E'

red 182 ◦ green 122 ◦ blue 78

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

Shades of Brandy Punch #B67A4E

Tints of Brandy Punch #B67A4E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.94%

 BLUE value IS 78 (30.86% from 255) = 20.42%

R = 47.64%
G = 31.94%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B67A4E (or 0xB67A4E) is known color: Brandy Punch. HEX triplet: B6, 7A and 4E. RGB value is (182,122,78). Sum of RGB (Red+Green+Blue) = 182+122+78=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67A4E is #4985B1. Grayscale: #878787. Windows color (decimal): -4818354 or 5143222. OLE color: 5143222.

HSL color Cylindrical-coordinate representation of color #B67A4E: hue angle of 25.38º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B67A4E is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 122 78 -
CMYK 0 0.33 0.57 0.29
HSL 25.38º 0.42% 0.51% -
HSV(B) 25.38º 0.57% 0.71% -
XYZ 27.63 24.41 10.46 -
YUV 134.92 95.88 161.58 -
System Red Green Blue C M Y K H S L
Decimal 182 122 78 0 0.33 0.57 0.29 25.38 0.42 0.51
Hex B6 7A 4E 0 21 39 1D 19 2A 33
Octal 266 172 116 0 41 71 35 31 52 63
Binary 10110110 1111010 1001110 0 100001 111001 11101 11001 101010 110011

Color Harmonies of #B67A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67A4E

Black with #B67A4E

Text Example


Text Example

White with #B67A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67A4E; }

 p { color: rgb(182,122,78); }

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

background-color css

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

 a { background-color: rgb(182,122,78); }

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

border-color css

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

 span { border-color: rgb(182,122,78); }

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