Html Css Color HEX #B8773C Brandy Punch

📋 copy color: '#B8773C'

red 184 ◦ green 119 ◦ blue 60

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

Shades of Brandy Punch #B8773C

Tints of Brandy Punch #B8773C

RGB

 RED value IS 184 (72.27% from 255) = 50.69%

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

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

R = 50.69%
G = 32.78%
B = 16.53%

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

#B8773C (or 0xB8773C) is known color: Brandy Punch. HEX triplet: B8, 77 and 3C. RGB value is (184,119,60). Sum of RGB (Red+Green+Blue) = 184+119+60=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8773C is #4788C3. Grayscale: #848484. Windows color (decimal): -4688068 or 3962808. OLE color: 3962808.

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

Color convert

RGB 184 119 60 -
CMYK 0 0.35 0.67 0.28
HSL 28.55º 0.51% 0.48% -
HSV(B) 28.55º 0.67% 0.72% -
XYZ 27.18 23.71 7.42 -
YUV 131.71 87.53 165.3 -
System Red Green Blue C M Y K H S L
Decimal 184 119 60 0 0.35 0.67 0.28 28.55 0.51 0.48
Hex B8 77 3C 0 23 43 1C 1D 33 30
Octal 270 167 74 0 43 103 34 35 63 60
Binary 10111000 1110111 111100 0 100011 1000011 11100 11101 110011 110000

Color Harmonies of #B8773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8773C

Black with #B8773C

Text Example


Text Example

White with #B8773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8773C; }

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

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

background-color css

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

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

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

border-color css

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

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

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