Html Css Color HEX #BB8244 Brandy Punch

📋 copy color: '#BB8244'

red 187 ◦ green 130 ◦ blue 68

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

Shades of Brandy Punch #BB8244

Tints of Brandy Punch #BB8244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.66%

R = 48.57%
G = 33.77%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB8244 (or 0xBB8244) is known color: Brandy Punch. HEX triplet: BB, 82 and 44. RGB value is (187,130,68). Sum of RGB (Red+Green+Blue) = 187+130+68=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8244 is #447DBB. Grayscale: #8C8C8C. Windows color (decimal): -4488636 or 4489915. OLE color: 4489915.

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

Color convert

RGB 187 130 68 -
CMYK 0 0.30 0.64 0.27
HSL 31.26º 0.47% 0.5% -
HSV(B) 31.26º 0.64% 0.73% -
XYZ 29.52 26.95 9.11 -
YUV 139.98 87.38 161.54 -
System Red Green Blue C M Y K H S L
Decimal 187 130 68 0 0.30 0.64 0.27 31.26 0.47 0.5
Hex BB 82 44 0 1E 40 1B 1F 2F 32
Octal 273 202 104 0 36 100 33 37 57 62
Binary 10111011 10000010 1000100 0 11110 1000000 11011 11111 101111 110010

Color Harmonies of #BB8244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8244

Black with #BB8244

Text Example


Text Example

White with #BB8244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8244; }

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

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

background-color css

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

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

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

border-color css

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

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

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