Html Css Color HEX #BB8146 Brandy Punch

📋 copy color: '#BB8146'

red 187 ◦ green 129 ◦ blue 70

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

Shades of Brandy Punch #BB8146

Tints of Brandy Punch #BB8146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.13%

R = 48.45%
G = 33.42%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB8146 (or 0xBB8146) is known color: Brandy Punch. HEX triplet: BB, 81 and 46. RGB value is (187,129,70). Sum of RGB (Red+Green+Blue) = 187+129+70=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8146 is #447EB9. Grayscale: #8B8B8B. Windows color (decimal): -4488890 or 4620731. OLE color: 4620731.

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

Color convert

RGB 187 129 70 -
CMYK 0 0.31 0.63 0.27
HSL 30.26º 0.46% 0.5% -
HSV(B) 30.26º 0.63% 0.73% -
XYZ 29.45 26.71 9.4 -
YUV 139.62 88.72 161.8 -
System Red Green Blue C M Y K H S L
Decimal 187 129 70 0 0.31 0.63 0.27 30.26 0.46 0.5
Hex BB 81 46 0 1F 3F 1B 1E 2E 32
Octal 273 201 106 0 37 77 33 36 56 62
Binary 10111011 10000001 1000110 0 11111 111111 11011 11110 101110 110010

Color Harmonies of #BB8146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8146

Black with #BB8146

Text Example


Text Example

White with #BB8146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8146; }

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

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

background-color css

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

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

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

border-color css

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

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

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