Html Css Color HEX #B67F4C Brandy Punch

📋 copy color: '#B67F4C'

red 182 ◦ green 127 ◦ blue 76

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

Shades of Brandy Punch #B67F4C

Tints of Brandy Punch #B67F4C

RGB

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

 GREEN value IS 127 (50% from 255) = 32.99%

 BLUE value IS 76 (30.08% from 255) = 19.74%

R = 47.27%
G = 32.99%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B67F4C (or 0xB67F4C) is known color: Brandy Punch. HEX triplet: B6, 7F and 4C. RGB value is (182,127,76). Sum of RGB (Red+Green+Blue) = 182+127+76=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67F4C is #4980B3. Grayscale: #898989. Windows color (decimal): -4817076 or 5013430. OLE color: 5013430.

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

Color convert

RGB 182 127 76 -
CMYK 0 0.30 0.58 0.29
HSL 28.87º 0.42% 0.51% -
HSV(B) 28.87º 0.58% 0.71% -
XYZ 28.19 25.65 10.3 -
YUV 137.63 93.22 159.65 -
System Red Green Blue C M Y K H S L
Decimal 182 127 76 0 0.30 0.58 0.29 28.87 0.42 0.51
Hex B6 7F 4C 0 1E 3A 1D 1D 2A 33
Octal 266 177 114 0 36 72 35 35 52 63
Binary 10110110 1111111 1001100 0 11110 111010 11101 11101 101010 110011

Color Harmonies of #B67F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67F4C

Black with #B67F4C

Text Example


Text Example

White with #B67F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67F4C; }

 p { color: rgb(182,127,76); }

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

background-color css

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

 a { background-color: rgb(182,127,76); }

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

border-color css

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

 span { border-color: rgb(182,127,76); }

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