Html Css Color HEX #BB7941 Brandy Punch

📋 copy color: '#BB7941'

red 187 ◦ green 121 ◦ blue 65

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

Shades of Brandy Punch #BB7941

Tints of Brandy Punch #BB7941

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.44%

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

R = 50.13%
G = 32.44%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB7941 (or 0xBB7941) is known color: Brandy Punch. HEX triplet: BB, 79 and 41. RGB value is (187,121,65). Sum of RGB (Red+Green+Blue) = 187+121+65=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7941 is #4486BE. Grayscale: #868686. Windows color (decimal): -4490943 or 4291003. OLE color: 4291003.

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

Color convert

RGB 187 121 65 -
CMYK 0 0.35 0.65 0.27
HSL 27.54º 0.48% 0.49% -
HSV(B) 27.54º 0.65% 0.73% -
XYZ 28.29 24.62 8.26 -
YUV 134.35 88.87 165.55 -
System Red Green Blue C M Y K H S L
Decimal 187 121 65 0 0.35 0.65 0.27 27.54 0.48 0.49
Hex BB 79 41 0 23 41 1B 1C 30 31
Octal 273 171 101 0 43 101 33 34 60 61
Binary 10111011 1111001 1000001 0 100011 1000001 11011 11100 110000 110001

Color Harmonies of #BB7941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7941

Black with #BB7941

Text Example


Text Example

White with #BB7941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7941; }

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

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

background-color css

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

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

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

border-color css

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

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

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