Html Css Color HEX #B9774A Brandy Punch

📋 copy color: '#B9774A'

red 185 ◦ green 119 ◦ blue 74

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

Shades of Brandy Punch #B9774A

Tints of Brandy Punch #B9774A

RGB

 RED value IS 185 (72.66% from 255) = 48.94%

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

 BLUE value IS 74 (29.3% from 255) = 19.58%

R = 48.94%
G = 31.48%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9774A (or 0xB9774A) is known color: Brandy Punch. HEX triplet: B9, 77 and 4A. RGB value is (185,119,74). Sum of RGB (Red+Green+Blue) = 185+119+74=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9774A is #4688B5. Grayscale: #858585. Windows color (decimal): -4622518 or 4880313. OLE color: 4880313.

HSL color Cylindrical-coordinate representation of color #B9774A: hue angle of 24.32º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9774A is Cyan = 0, Magento = 0.36, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 119 74 -
CMYK 0 0.36 0.6 0.27
HSL 24.32º 0.44% 0.51% -
HSV(B) 24.32º 0.6% 0.73% -
XYZ 27.84 24 9.64 -
YUV 133.6 94.37 164.66 -
System Red Green Blue C M Y K H S L
Decimal 185 119 74 0 0.36 0.6 0.27 24.32 0.44 0.51
Hex B9 77 4A 0 24 3C 1B 18 2C 33
Octal 271 167 112 0 44 74 33 30 54 63
Binary 10111001 1110111 1001010 0 100100 111100 11011 11000 101100 110011

Color Harmonies of #B9774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9774A

Black with #B9774A

Text Example


Text Example

White with #B9774A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9774A; }

 p { color: rgb(185,119,74); }

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

background-color css

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

 a { background-color: rgb(185,119,74); }

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

border-color css

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

 span { border-color: rgb(185,119,74); }

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