Html Css Color HEX #BB8145 Brandy Punch

📋 copy color: '#BB8145'

red 187 ◦ green 129 ◦ blue 69

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

Shades of Brandy Punch #BB8145

Tints of Brandy Punch #BB8145

RGB

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

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

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

R = 48.57%
G = 33.51%
B = 17.92%

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

#BB8145 (or 0xBB8145) is known color: Brandy Punch. HEX triplet: BB, 81 and 45. RGB value is (187,129,69). Sum of RGB (Red+Green+Blue) = 187+129+69=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8145 is #447EBA. Grayscale: #8B8B8B. Windows color (decimal): -4488891 or 4555195. OLE color: 4555195.

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

Color convert

RGB 187 129 69 -
CMYK 0 0.31 0.63 0.27
HSL 30.51º 0.46% 0.5% -
HSV(B) 30.51º 0.63% 0.73% -
XYZ 29.42 26.69 9.23 -
YUV 139.5 88.22 161.88 -
System Red Green Blue C M Y K H S L
Decimal 187 129 69 0 0.31 0.63 0.27 30.51 0.46 0.5
Hex BB 81 45 0 1F 3F 1B 1F 2E 32
Octal 273 201 105 0 37 77 33 37 56 62
Binary 10111011 10000001 1000101 0 11111 111111 11011 11111 101110 110010

Color Harmonies of #BB8145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8145

Black with #BB8145

Text Example


Text Example

White with #BB8145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8145; }

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

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

background-color css

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

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

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

border-color css

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

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

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