Html Css Color HEX #BB7341 Brandy Punch

📋 copy color: '#BB7341'

red 187 ◦ green 115 ◦ blue 65

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

Shades of Brandy Punch #BB7341

Tints of Brandy Punch #BB7341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.34%

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

R = 50.95%
G = 31.34%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB7341 (or 0xBB7341) is known color: Brandy Punch. HEX triplet: BB, 73 and 41. RGB value is (187,115,65). Sum of RGB (Red+Green+Blue) = 187+115+65=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7341 is #448CBE. Grayscale: #838383. Windows color (decimal): -4492479 or 4289467. OLE color: 4289467.

HSL color Cylindrical-coordinate representation of color #BB7341: hue angle of 24.59º 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 #BB7341 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 115 65 -
CMYK 0 0.39 0.65 0.27
HSL 24.59º 0.48% 0.49% -
HSV(B) 24.59º 0.65% 0.73% -
XYZ 27.58 23.21 8.03 -
YUV 130.83 90.85 168.07 -
System Red Green Blue C M Y K H S L
Decimal 187 115 65 0 0.39 0.65 0.27 24.59 0.48 0.49
Hex BB 73 41 0 27 41 1B 19 30 31
Octal 273 163 101 0 47 101 33 31 60 61
Binary 10111011 1110011 1000001 0 100111 1000001 11011 11001 110000 110001

Color Harmonies of #BB7341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7341

Black with #BB7341

Text Example


Text Example

White with #BB7341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7341; }

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

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

background-color css

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

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

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

border-color css

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

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

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