Html Css Color HEX #BB8245 Brandy Punch

📋 copy color: '#BB8245'

red 187 ◦ green 130 ◦ blue 69

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

Shades of Brandy Punch #BB8245

Tints of Brandy Punch #BB8245

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.68%

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

R = 48.45%
G = 33.68%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB8245 (or 0xBB8245) is known color: Brandy Punch. HEX triplet: BB, 82 and 45. RGB value is (187,130,69). Sum of RGB (Red+Green+Blue) = 187+130+69=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8245 is #447DBA. Grayscale: #8C8C8C. Windows color (decimal): -4488635 or 4555451. OLE color: 4555451.

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

Color convert

RGB 187 130 69 -
CMYK 0 0.30 0.63 0.27
HSL 31.02º 0.46% 0.5% -
HSV(B) 31.02º 0.63% 0.73% -
XYZ 29.55 26.96 9.28 -
YUV 140.09 87.88 161.46 -
System Red Green Blue C M Y K H S L
Decimal 187 130 69 0 0.30 0.63 0.27 31.02 0.46 0.5
Hex BB 82 45 0 1E 3F 1B 1F 2E 32
Octal 273 202 105 0 36 77 33 37 56 62
Binary 10111011 10000010 1000101 0 11110 111111 11011 11111 101110 110010

Color Harmonies of #BB8245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8245

Black with #BB8245

Text Example


Text Example

White with #BB8245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8245; }

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

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

background-color css

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

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

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

border-color css

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

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

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