Html Css Color HEX #BB7741 Brandy Punch

📋 copy color: '#BB7741'

red 187 ◦ green 119 ◦ blue 65

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

Shades of Brandy Punch #BB7741

Tints of Brandy Punch #BB7741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.52%

R = 50.4%
G = 32.08%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB7741 (or 0xBB7741) is known color: Brandy Punch. HEX triplet: BB, 77 and 41. RGB value is (187,119,65). Sum of RGB (Red+Green+Blue) = 187+119+65=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7741 is #4488BE. Grayscale: #858585. Windows color (decimal): -4491455 or 4290491. OLE color: 4290491.

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

Color convert

RGB 187 119 65 -
CMYK 0 0.36 0.65 0.27
HSL 26.56º 0.48% 0.49% -
HSV(B) 26.56º 0.65% 0.73% -
XYZ 28.04 24.14 8.18 -
YUV 133.18 89.53 166.39 -
System Red Green Blue C M Y K H S L
Decimal 187 119 65 0 0.36 0.65 0.27 26.56 0.48 0.49
Hex BB 77 41 0 24 41 1B 1B 30 31
Octal 273 167 101 0 44 101 33 33 60 61
Binary 10111011 1110111 1000001 0 100100 1000001 11011 11011 110000 110001

Color Harmonies of #BB7741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7741

Black with #BB7741

Text Example


Text Example

White with #BB7741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7741; }

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

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

background-color css

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

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

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

border-color css

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

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

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