Html Css Color HEX #BB7445 Brandy Punch

📋 copy color: '#BB7445'

red 187 ◦ green 116 ◦ blue 69

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

Shades of Brandy Punch #BB7445

Tints of Brandy Punch #BB7445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.18%

 BLUE value IS 69 (27.34% from 255) = 18.55%

R = 50.27%
G = 31.18%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB7445 (or 0xBB7445) is known color: Brandy Punch. HEX triplet: BB, 74 and 45. RGB value is (187,116,69). Sum of RGB (Red+Green+Blue) = 187+116+69=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7445 is #448BBA. Grayscale: #848484. Windows color (decimal): -4492219 or 4551867. OLE color: 4551867.

HSL color Cylindrical-coordinate representation of color #BB7445: hue angle of 23.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB7445 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 116 69 -
CMYK 0 0.38 0.63 0.27
HSL 23.9º 0.46% 0.5% -
HSV(B) 23.9º 0.63% 0.73% -
XYZ 27.81 23.49 8.7 -
YUV 131.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 187 116 69 0 0.38 0.63 0.27 23.9 0.46 0.5
Hex BB 74 45 0 26 3F 1B 18 2E 32
Octal 273 164 105 0 46 77 33 30 56 62
Binary 10111011 1110100 1000101 0 100110 111111 11011 11000 101110 110010

Color Harmonies of #BB7445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7445

Black with #BB7445

Text Example


Text Example

White with #BB7445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7445; }

 p { color: rgb(187,116,69); }

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

background-color css

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

 a { background-color: rgb(187,116,69); }

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

border-color css

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

 span { border-color: rgb(187,116,69); }

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