Html Css Color HEX #BB773D Brandy Punch

📋 copy color: '#BB773D'

red 187 ◦ green 119 ◦ blue 61

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

Shades of Brandy Punch #BB773D

Tints of Brandy Punch #BB773D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.62%

R = 50.95%
G = 32.43%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB773D (or 0xBB773D) is known color: Brandy Punch. HEX triplet: BB, 77 and 3D. RGB value is (187,119,61). Sum of RGB (Red+Green+Blue) = 187+119+61=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB773D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB773D is #4488C2. Grayscale: #858585. Windows color (decimal): -4491459 or 4028347. OLE color: 4028347.

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

Color convert

RGB 187 119 61 -
CMYK 0 0.36 0.67 0.27
HSL 27.62º 0.51% 0.49% -
HSV(B) 27.62º 0.67% 0.73% -
XYZ 27.93 24.1 7.59 -
YUV 132.72 87.53 166.72 -
System Red Green Blue C M Y K H S L
Decimal 187 119 61 0 0.36 0.67 0.27 27.62 0.51 0.49
Hex BB 77 3D 0 24 43 1B 1C 33 31
Octal 273 167 75 0 44 103 33 34 63 61
Binary 10111011 1110111 111101 0 100100 1000011 11011 11100 110011 110001

Color Harmonies of #BB773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB773D

Black with #BB773D

Text Example


Text Example

White with #BB773D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB773D; }

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

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

background-color css

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

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

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

border-color css

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

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

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