Html Css Color HEX #BB7443 Brandy Punch

📋 copy color: '#BB7443'

red 187 ◦ green 116 ◦ blue 67

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

Shades of Brandy Punch #BB7443

Tints of Brandy Punch #BB7443

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.35%

 BLUE value IS 67 (26.56% from 255) = 18.11%

R = 50.54%
G = 31.35%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB7443 (or 0xBB7443) is known color: Brandy Punch. HEX triplet: BB, 74 and 43. RGB value is (187,116,67). Sum of RGB (Red+Green+Blue) = 187+116+67=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7443 is #448BBC. Grayscale: #838383. Windows color (decimal): -4492221 or 4420795. OLE color: 4420795.

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

Color convert

RGB 187 116 67 -
CMYK 0 0.38 0.64 0.27
HSL 24.5º 0.47% 0.5% -
HSV(B) 24.5º 0.64% 0.73% -
XYZ 27.75 23.46 8.38 -
YUV 131.64 91.52 167.48 -
System Red Green Blue C M Y K H S L
Decimal 187 116 67 0 0.38 0.64 0.27 24.5 0.47 0.5
Hex BB 74 43 0 26 40 1B 18 2F 32
Octal 273 164 103 0 46 100 33 30 57 62
Binary 10111011 1110100 1000011 0 100110 1000000 11011 11000 101111 110010

Color Harmonies of #BB7443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7443

Black with #BB7443

Text Example


Text Example

White with #BB7443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7443; }

 p { color: rgb(187,116,67); }

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

background-color css

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

 a { background-color: rgb(187,116,67); }

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

border-color css

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

 span { border-color: rgb(187,116,67); }

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