Html Css Color HEX #B77A41 Brandy Punch

📋 copy color: '#B77A41'

red 183 ◦ green 122 ◦ blue 65

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

Shades of Brandy Punch #B77A41

Tints of Brandy Punch #B77A41

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.97%

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

R = 49.46%
G = 32.97%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B77A41 (or 0xB77A41) is known color: Brandy Punch. HEX triplet: B7, 7A and 41. RGB value is (183,122,65). Sum of RGB (Red+Green+Blue) = 183+122+65=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77A41 is #4885BE. Grayscale: #868686. Windows color (decimal): -4752831 or 4291255. OLE color: 4291255.

HSL color Cylindrical-coordinate representation of color #B77A41: hue angle of 28.98º 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 #B77A41 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 122 65 -
CMYK 0 0.33 0.64 0.28
HSL 28.98º 0.48% 0.49% -
HSV(B) 28.98º 0.64% 0.72% -
XYZ 27.44 24.37 8.26 -
YUV 133.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 183 122 65 0 0.33 0.64 0.28 28.98 0.48 0.49
Hex B7 7A 41 0 21 40 1C 1D 30 31
Octal 267 172 101 0 41 100 34 35 60 61
Binary 10110111 1111010 1000001 0 100001 1000000 11100 11101 110000 110001

Color Harmonies of #B77A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77A41

Black with #B77A41

Text Example


Text Example

White with #B77A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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