Html Css Color HEX #BB8144 Brandy Punch

📋 copy color: '#BB8144'

red 187 ◦ green 129 ◦ blue 68

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

Shades of Brandy Punch #BB8144

Tints of Brandy Punch #BB8144

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.59%

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

R = 48.7%
G = 33.59%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB8144 (or 0xBB8144) is known color: Brandy Punch. HEX triplet: BB, 81 and 44. RGB value is (187,129,68). Sum of RGB (Red+Green+Blue) = 187+129+68=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8144 is #447EBB. Grayscale: #8B8B8B. Windows color (decimal): -4488892 or 4489659. OLE color: 4489659.

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

Color convert

RGB 187 129 68 -
CMYK 0 0.31 0.64 0.27
HSL 30.76º 0.47% 0.5% -
HSV(B) 30.76º 0.64% 0.73% -
XYZ 29.39 26.68 9.07 -
YUV 139.39 87.72 161.96 -
System Red Green Blue C M Y K H S L
Decimal 187 129 68 0 0.31 0.64 0.27 30.76 0.47 0.5
Hex BB 81 44 0 1F 40 1B 1F 2F 32
Octal 273 201 104 0 37 100 33 37 57 62
Binary 10111011 10000001 1000100 0 11111 1000000 11011 11111 101111 110010

Color Harmonies of #BB8144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8144

Black with #BB8144

Text Example


Text Example

White with #BB8144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8144; }

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

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

background-color css

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

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

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

border-color css

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

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

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