Html Css Color HEX #BB8141 Brandy Punch

📋 copy color: '#BB8141'

red 187 ◦ green 129 ◦ blue 65

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

Shades of Brandy Punch #BB8141

Tints of Brandy Punch #BB8141

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.86%

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

R = 49.08%
G = 33.86%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB8141 (or 0xBB8141) is known color: Brandy Punch. HEX triplet: BB, 81 and 41. RGB value is (187,129,65). Sum of RGB (Red+Green+Blue) = 187+129+65=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8141 is #447EBE. Grayscale: #8B8B8B. Windows color (decimal): -4488895 or 4293051. OLE color: 4293051.

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

Color convert

RGB 187 129 65 -
CMYK 0 0.31 0.65 0.27
HSL 31.48º 0.48% 0.49% -
HSV(B) 31.48º 0.65% 0.73% -
XYZ 29.3 26.65 8.6 -
YUV 139.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 187 129 65 0 0.31 0.65 0.27 31.48 0.48 0.49
Hex BB 81 41 0 1F 41 1B 1F 30 31
Octal 273 201 101 0 37 101 33 37 60 61
Binary 10111011 10000001 1000001 0 11111 1000001 11011 11111 110000 110001

Color Harmonies of #BB8141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8141

Black with #BB8141

Text Example


Text Example

White with #BB8141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8141; }

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

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

background-color css

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

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

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

border-color css

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

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

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