Html Css Color HEX #B77F44 Brandy Punch

📋 copy color: '#B77F44'

red 183 ◦ green 127 ◦ blue 68

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

Shades of Brandy Punch #B77F44

Tints of Brandy Punch #B77F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.99%

R = 48.41%
G = 33.6%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B77F44 (or 0xB77F44) is known color: Brandy Punch. HEX triplet: B7, 7F and 44. RGB value is (183,127,68). Sum of RGB (Red+Green+Blue) = 183+127+68=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77F44 is #4880BB. Grayscale: #898989. Windows color (decimal): -4751548 or 4489143. OLE color: 4489143.

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

Color convert

RGB 183 127 68 -
CMYK 0 0.31 0.63 0.28
HSL 30.78º 0.46% 0.49% -
HSV(B) 30.78º 0.63% 0.72% -
XYZ 28.16 25.66 8.94 -
YUV 137.02 89.05 160.8 -
System Red Green Blue C M Y K H S L
Decimal 183 127 68 0 0.31 0.63 0.28 30.78 0.46 0.49
Hex B7 7F 44 0 1F 3F 1C 1F 2E 31
Octal 267 177 104 0 37 77 34 37 56 61
Binary 10110111 1111111 1000100 0 11111 111111 11100 11111 101110 110001

Color Harmonies of #B77F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77F44

Black with #B77F44

Text Example


Text Example

White with #B77F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77F44; }

 p { color: rgb(183,127,68); }

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

background-color css

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

 a { background-color: rgb(183,127,68); }

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

border-color css

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

 span { border-color: rgb(183,127,68); }

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