Html Css Color HEX #B67D4E Brandy Punch

📋 copy color: '#B67D4E'

red 182 ◦ green 125 ◦ blue 78

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

Shades of Brandy Punch #B67D4E

Tints of Brandy Punch #B67D4E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.47%

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

R = 47.27%
G = 32.47%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B67D4E (or 0xB67D4E) is known color: Brandy Punch. HEX triplet: B6, 7D and 4E. RGB value is (182,125,78). Sum of RGB (Red+Green+Blue) = 182+125+78=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67D4E is #4982B1. Grayscale: #888888. Windows color (decimal): -4817586 or 5143990. OLE color: 5143990.

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

Color convert

RGB 182 125 78 -
CMYK 0 0.31 0.57 0.29
HSL 27.12º 0.42% 0.51% -
HSV(B) 27.12º 0.57% 0.71% -
XYZ 28 25.16 10.59 -
YUV 136.69 94.88 160.32 -
System Red Green Blue C M Y K H S L
Decimal 182 125 78 0 0.31 0.57 0.29 27.12 0.42 0.51
Hex B6 7D 4E 0 1F 39 1D 1B 2A 33
Octal 266 175 116 0 37 71 35 33 52 63
Binary 10110110 1111101 1001110 0 11111 111001 11101 11011 101010 110011

Color Harmonies of #B67D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67D4E

Black with #B67D4E

Text Example


Text Example

White with #B67D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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