Html Css Color HEX #B7773C Brandy Punch

📋 copy color: '#B7773C'

red 183 ◦ green 119 ◦ blue 60

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

Shades of Brandy Punch #B7773C

Tints of Brandy Punch #B7773C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.57%

R = 50.55%
G = 32.87%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B7773C (or 0xB7773C) is known color: Brandy Punch. HEX triplet: B7, 77 and 3C. RGB value is (183,119,60). Sum of RGB (Red+Green+Blue) = 183+119+60=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7773C is #4888C3. Grayscale: #838383. Windows color (decimal): -4753604 or 3962807. OLE color: 3962807.

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

Color convert

RGB 183 119 60 -
CMYK 0 0.35 0.67 0.28
HSL 28.78º 0.51% 0.48% -
HSV(B) 28.78º 0.67% 0.72% -
XYZ 26.94 23.59 7.41 -
YUV 131.41 87.7 164.8 -
System Red Green Blue C M Y K H S L
Decimal 183 119 60 0 0.35 0.67 0.28 28.78 0.51 0.48
Hex B7 77 3C 0 23 43 1C 1D 33 30
Octal 267 167 74 0 43 103 34 35 63 60
Binary 10110111 1110111 111100 0 100011 1000011 11100 11101 110011 110000

Color Harmonies of #B7773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7773C

Black with #B7773C

Text Example


Text Example

White with #B7773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7773C; }

 p { color: rgb(183,119,60); }

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

background-color css

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

 a { background-color: rgb(183,119,60); }

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

border-color css

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

 span { border-color: rgb(183,119,60); }

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