Html Css Color HEX #B77541 Brandy Punch

📋 copy color: '#B77541'

red 183 ◦ green 117 ◦ blue 65

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

Shades of Brandy Punch #B77541

Tints of Brandy Punch #B77541

RGB

 RED value IS 183 (71.88% from 255) = 50.14%

 GREEN value IS 117 (46.09% from 255) = 32.05%

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

R = 50.14%
G = 32.05%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B77541 (or 0xB77541) is known color: Brandy Punch. HEX triplet: B7, 75 and 41. RGB value is (183,117,65). Sum of RGB (Red+Green+Blue) = 183+117+65=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B77541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77541 is #488ABE. Grayscale: #838383. Windows color (decimal): -4754111 or 4289975. OLE color: 4289975.

HSL color Cylindrical-coordinate representation of color #B77541: hue angle of 26.44º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B77541 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 117 65 -
CMYK 0 0.36 0.64 0.28
HSL 26.44º 0.48% 0.49% -
HSV(B) 26.44º 0.64% 0.72% -
XYZ 26.84 23.17 8.06 -
YUV 130.81 90.87 165.23 -
System Red Green Blue C M Y K H S L
Decimal 183 117 65 0 0.36 0.64 0.28 26.44 0.48 0.49
Hex B7 75 41 0 24 40 1C 1A 30 31
Octal 267 165 101 0 44 100 34 32 60 61
Binary 10110111 1110101 1000001 0 100100 1000000 11100 11010 110000 110001

Color Harmonies of #B77541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77541

Black with #B77541

Text Example


Text Example

White with #B77541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77541; }

 p { color: rgb(183,117,65); }

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

background-color css

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

 a { background-color: rgb(183,117,65); }

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

border-color css

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

 span { border-color: rgb(183,117,65); }

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