Html Css Color HEX #BB774B Brandy Punch

📋 copy color: '#BB774B'

red 187 ◦ green 119 ◦ blue 75

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

Shades of Brandy Punch #BB774B

Tints of Brandy Punch #BB774B

RGB

 RED value IS 187 (73.44% from 255) = 49.08%

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

 BLUE value IS 75 (29.69% from 255) = 19.69%

R = 49.08%
G = 31.23%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB774B (or 0xBB774B) is known color: Brandy Punch. HEX triplet: BB, 77 and 4B. RGB value is (187,119,75). Sum of RGB (Red+Green+Blue) = 187+119+75=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB774B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB774B is #4488B4. Grayscale: #868686. Windows color (decimal): -4491445 or 4945851. OLE color: 4945851.

HSL color Cylindrical-coordinate representation of color #BB774B: hue angle of 23.57º degrees, saturation: 0.45, 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 #BB774B is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 119 75 -
CMYK 0 0.36 0.60 0.27
HSL 23.57º 0.45% 0.51% -
HSV(B) 23.57º 0.6% 0.73% -
XYZ 28.36 24.27 9.85 -
YUV 134.32 94.53 165.58 -
System Red Green Blue C M Y K H S L
Decimal 187 119 75 0 0.36 0.60 0.27 23.57 0.45 0.51
Hex BB 77 4B 0 24 3C 1B 18 2D 33
Octal 273 167 113 0 44 74 33 30 55 63
Binary 10111011 1110111 1001011 0 100100 111100 11011 11000 101101 110011

Color Harmonies of #BB774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB774B

Black with #BB774B

Text Example


Text Example

White with #BB774B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB774B; }

 p { color: rgb(187,119,75); }

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

background-color css

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

 a { background-color: rgb(187,119,75); }

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

border-color css

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

 span { border-color: rgb(187,119,75); }

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