Html Css Color HEX #B77F42 Brandy Punch

📋 copy color: '#B77F42'

red 183 ◦ green 127 ◦ blue 66

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

Shades of Brandy Punch #B77F42

Tints of Brandy Punch #B77F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.55%

R = 48.67%
G = 33.78%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B77F42 (or 0xB77F42) is known color: Brandy Punch. HEX triplet: B7, 7F and 42. RGB value is (183,127,66). Sum of RGB (Red+Green+Blue) = 183+127+66=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77F42 is #4880BD. Grayscale: #898989. Windows color (decimal): -4751550 or 4358071. OLE color: 4358071.

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

Color convert

RGB 183 127 66 -
CMYK 0 0.31 0.64 0.28
HSL 31.28º 0.47% 0.49% -
HSV(B) 31.28º 0.64% 0.72% -
XYZ 28.1 25.64 8.62 -
YUV 136.79 88.05 160.96 -
System Red Green Blue C M Y K H S L
Decimal 183 127 66 0 0.31 0.64 0.28 31.28 0.47 0.49
Hex B7 7F 42 0 1F 40 1C 1F 2F 31
Octal 267 177 102 0 37 100 34 37 57 61
Binary 10110111 1111111 1000010 0 11111 1000000 11100 11111 101111 110001

Color Harmonies of #B77F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77F42

Black with #B77F42

Text Example


Text Example

White with #B77F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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