Html Css Color HEX #B67741 Brandy Punch

📋 copy color: '#B67741'

red 182 ◦ green 119 ◦ blue 65

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

Shades of Brandy Punch #B67741

Tints of Brandy Punch #B67741

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.51%

 BLUE value IS 65 (25.78% from 255) = 17.76%

R = 49.73%
G = 32.51%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B67741 (or 0xB67741) is known color: Brandy Punch. HEX triplet: B6, 77 and 41. RGB value is (182,119,65). Sum of RGB (Red+Green+Blue) = 182+119+65=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B67741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67741 is #4988BE. Grayscale: #838383. Windows color (decimal): -4819135 or 4290486. OLE color: 4290486.

HSL color Cylindrical-coordinate representation of color #B67741: hue angle of 27.69º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B67741 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 119 65 -
CMYK 0 0.35 0.64 0.29
HSL 27.69º 0.47% 0.48% -
HSV(B) 27.69º 0.64% 0.71% -
XYZ 26.84 23.52 8.13 -
YUV 131.68 90.37 163.89 -
System Red Green Blue C M Y K H S L
Decimal 182 119 65 0 0.35 0.64 0.29 27.69 0.47 0.48
Hex B6 77 41 0 23 40 1D 1C 2F 30
Octal 266 167 101 0 43 100 35 34 57 60
Binary 10110110 1110111 1000001 0 100011 1000000 11101 11100 101111 110000

Color Harmonies of #B67741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67741

Black with #B67741

Text Example


Text Example

White with #B67741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67741; }

 p { color: rgb(182,119,65); }

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

background-color css

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

 a { background-color: rgb(182,119,65); }

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

border-color css

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

 span { border-color: rgb(182,119,65); }

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