Html Css Color HEX #B67C4D Brandy Punch

📋 copy color: '#B67C4D'

red 182 ◦ green 124 ◦ blue 77

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

Shades of Brandy Punch #B67C4D

Tints of Brandy Punch #B67C4D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.38%

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

R = 47.52%
G = 32.38%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B67C4D (or 0xB67C4D) is known color: Brandy Punch. HEX triplet: B6, 7C and 4D. RGB value is (182,124,77). Sum of RGB (Red+Green+Blue) = 182+124+77=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C4D is #4983B2. Grayscale: #888888. Windows color (decimal): -4817843 or 5078198. OLE color: 5078198.

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

Color convert

RGB 182 124 77 -
CMYK 0 0.32 0.58 0.29
HSL 26.86º 0.42% 0.51% -
HSV(B) 26.86º 0.58% 0.71% -
XYZ 27.84 24.9 10.36 -
YUV 135.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 182 124 77 0 0.32 0.58 0.29 26.86 0.42 0.51
Hex B6 7C 4D 0 20 3A 1D 1B 2A 33
Octal 266 174 115 0 40 72 35 33 52 63
Binary 10110110 1111100 1001101 0 100000 111010 11101 11011 101010 110011

Color Harmonies of #B67C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C4D

Black with #B67C4D

Text Example


Text Example

White with #B67C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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