Html Css Color HEX #BB7D40 Brandy Punch

📋 copy color: '#BB7D40'

red 187 ◦ green 125 ◦ blue 64

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

Shades of Brandy Punch #BB7D40

Tints of Brandy Punch #BB7D40

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.24%

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 49.73%
G = 33.24%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB7D40 (or 0xBB7D40) is known color: Brandy Punch. HEX triplet: BB, 7D and 40. RGB value is (187,125,64). Sum of RGB (Red+Green+Blue) = 187+125+64=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7D40 is #4482BF. Grayscale: #888888. Windows color (decimal): -4489920 or 4226491. OLE color: 4226491.

HSL color Cylindrical-coordinate representation of color #BB7D40: hue angle of 29.76º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB7D40 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 125 64 -
CMYK 0 0.33 0.66 0.27
HSL 29.76º 0.49% 0.49% -
HSV(B) 29.76º 0.66% 0.73% -
XYZ 28.75 25.6 8.28 -
YUV 136.58 87.04 163.96 -
System Red Green Blue C M Y K H S L
Decimal 187 125 64 0 0.33 0.66 0.27 29.76 0.49 0.49
Hex BB 7D 40 0 21 42 1B 1E 31 31
Octal 273 175 100 0 41 102 33 36 61 61
Binary 10111011 1111101 1000000 0 100001 1000010 11011 11110 110001 110001

Color Harmonies of #BB7D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D40

Black with #BB7D40

Text Example


Text Example

White with #BB7D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D40; }

 p { color: rgb(187,125,64); }

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

background-color css

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

 a { background-color: rgb(187,125,64); }

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

border-color css

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

 span { border-color: rgb(187,125,64); }

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