Html Css Color HEX #BB7E41 Brandy Punch

📋 copy color: '#BB7E41'

red 187 ◦ green 126 ◦ blue 65

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

Shades of Brandy Punch #BB7E41

Tints of Brandy Punch #BB7E41

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.33%

 BLUE value IS 65 (25.78% from 255) = 17.2%

R = 49.47%
G = 33.33%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB7E41 (or 0xBB7E41) is known color: Brandy Punch. HEX triplet: BB, 7E and 41. RGB value is (187,126,65). Sum of RGB (Red+Green+Blue) = 187+126+65=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7E41 is #4481BE. Grayscale: #898989. Windows color (decimal): -4489663 or 4292283. OLE color: 4292283.

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

Color convert

RGB 187 126 65 -
CMYK 0 0.33 0.65 0.27
HSL 30º 0.48% 0.49% -
HSV(B) 30º 0.65% 0.73% -
XYZ 28.91 25.87 8.47 -
YUV 137.29 87.21 163.46 -
System Red Green Blue C M Y K H S L
Decimal 187 126 65 0 0.33 0.65 0.27 30 0.48 0.49
Hex BB 7E 41 0 21 41 1B 1E 30 31
Octal 273 176 101 0 41 101 33 36 60 61
Binary 10111011 1111110 1000001 0 100001 1000001 11011 11110 110000 110001

Color Harmonies of #BB7E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7E41

Black with #BB7E41

Text Example


Text Example

White with #BB7E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7E41; }

 p { color: rgb(187,126,65); }

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

background-color css

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

 a { background-color: rgb(187,126,65); }

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

border-color css

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

 span { border-color: rgb(187,126,65); }

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