Html Css Color HEX #BB8045 Brandy Punch

📋 copy color: '#BB8045'

red 187 ◦ green 128 ◦ blue 69

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

Shades of Brandy Punch #BB8045

Tints of Brandy Punch #BB8045

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.33%

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

R = 48.7%
G = 33.33%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB8045 (or 0xBB8045) is known color: Brandy Punch. HEX triplet: BB, 80 and 45. RGB value is (187,128,69). Sum of RGB (Red+Green+Blue) = 187+128+69=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8045 is #447FBA. Grayscale: #8B8B8B. Windows color (decimal): -4489147 or 4554939. OLE color: 4554939.

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

Color convert

RGB 187 128 69 -
CMYK 0 0.32 0.63 0.27
HSL 30º 0.46% 0.5% -
HSV(B) 30º 0.63% 0.73% -
XYZ 29.29 26.43 9.19 -
YUV 138.92 88.55 162.3 -
System Red Green Blue C M Y K H S L
Decimal 187 128 69 0 0.32 0.63 0.27 30 0.46 0.5
Hex BB 80 45 0 20 3F 1B 1E 2E 32
Octal 273 200 105 0 40 77 33 36 56 62
Binary 10111011 10000000 1000101 0 100000 111111 11011 11110 101110 110010

Color Harmonies of #BB8045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8045

Black with #BB8045

Text Example


Text Example

White with #BB8045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8045; }

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

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

background-color css

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

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

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

border-color css

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

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

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