Html Css Color HEX #BB773F Brandy Punch

📋 copy color: '#BB773F'

red 187 ◦ green 119 ◦ blue 63

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

Shades of Brandy Punch #BB773F

Tints of Brandy Punch #BB773F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.07%

R = 50.68%
G = 32.25%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB773F (or 0xBB773F) is known color: Brandy Punch. HEX triplet: BB, 77 and 3F. RGB value is (187,119,63). Sum of RGB (Red+Green+Blue) = 187+119+63=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB773F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB773F is #4488C0. Grayscale: #858585. Windows color (decimal): -4491457 or 4159419. OLE color: 4159419.

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

Color convert

RGB 187 119 63 -
CMYK 0 0.36 0.66 0.27
HSL 27.1º 0.5% 0.49% -
HSV(B) 27.1º 0.66% 0.73% -
XYZ 27.99 24.12 7.88 -
YUV 132.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 187 119 63 0 0.36 0.66 0.27 27.1 0.5 0.49
Hex BB 77 3F 0 24 42 1B 1B 32 31
Octal 273 167 77 0 44 102 33 33 62 61
Binary 10111011 1110111 111111 0 100100 1000010 11011 11011 110010 110001

Color Harmonies of #BB773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB773F

Black with #BB773F

Text Example


Text Example

White with #BB773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB773F; }

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

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

background-color css

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

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

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

border-color css

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

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

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