Html Css Color HEX #BB7345 Brandy Punch

📋 copy color: '#BB7345'

red 187 ◦ green 115 ◦ blue 69

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

Shades of Brandy Punch #BB7345

Tints of Brandy Punch #BB7345

RGB

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

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

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

R = 50.4%
G = 31%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB7345 (or 0xBB7345) is known color: Brandy Punch. HEX triplet: BB, 73 and 45. RGB value is (187,115,69). Sum of RGB (Red+Green+Blue) = 187+115+69=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7345 is #448CBA. Grayscale: #838383. Windows color (decimal): -4492475 or 4551611. OLE color: 4551611.

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

Color convert

RGB 187 115 69 -
CMYK 0 0.39 0.63 0.27
HSL 23.39º 0.46% 0.5% -
HSV(B) 23.39º 0.63% 0.73% -
XYZ 27.7 23.26 8.66 -
YUV 131.28 92.85 167.74 -
System Red Green Blue C M Y K H S L
Decimal 187 115 69 0 0.39 0.63 0.27 23.39 0.46 0.5
Hex BB 73 45 0 27 3F 1B 17 2E 32
Octal 273 163 105 0 47 77 33 27 56 62
Binary 10111011 1110011 1000101 0 100111 111111 11011 10111 101110 110010

Color Harmonies of #BB7345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7345

Black with #BB7345

Text Example


Text Example

White with #BB7345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7345; }

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

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

background-color css

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

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

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

border-color css

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

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

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