Html Css Color HEX #B67A4D Brandy Punch

📋 copy color: '#B67A4D'

red 182 ◦ green 122 ◦ blue 77

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

Shades of Brandy Punch #B67A4D

Tints of Brandy Punch #B67A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.21%

R = 47.77%
G = 32.02%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B67A4D (or 0xB67A4D) is known color: Brandy Punch. HEX triplet: B6, 7A and 4D. RGB value is (182,122,77). Sum of RGB (Red+Green+Blue) = 182+122+77=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67A4D is #4985B2. Grayscale: #878787. Windows color (decimal): -4818355 or 5077686. OLE color: 5077686.

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

Color convert

RGB 182 122 77 -
CMYK 0 0.33 0.58 0.29
HSL 25.71º 0.42% 0.51% -
HSV(B) 25.71º 0.58% 0.71% -
XYZ 27.59 24.4 10.28 -
YUV 134.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 182 122 77 0 0.33 0.58 0.29 25.71 0.42 0.51
Hex B6 7A 4D 0 21 3A 1D 1A 2A 33
Octal 266 172 115 0 41 72 35 32 52 63
Binary 10110110 1111010 1001101 0 100001 111010 11101 11010 101010 110011

Color Harmonies of #B67A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67A4D

Black with #B67A4D

Text Example


Text Example

White with #B67A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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