Html Css Color HEX #BB744B Brandy Punch

📋 copy color: '#BB744B'

red 187 ◦ green 116 ◦ blue 75

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

Shades of Brandy Punch #BB744B

Tints of Brandy Punch #BB744B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.84%

R = 49.47%
G = 30.69%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB744B (or 0xBB744B) is known color: Brandy Punch. HEX triplet: BB, 74 and 4B. RGB value is (187,116,75). Sum of RGB (Red+Green+Blue) = 187+116+75=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB744B is #448BB4. Grayscale: #848484. Windows color (decimal): -4492213 or 4945083. OLE color: 4945083.

HSL color Cylindrical-coordinate representation of color #BB744B: hue angle of 21.96º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB744B is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 116 75 -
CMYK 0 0.38 0.60 0.27
HSL 21.96º 0.45% 0.51% -
HSV(B) 21.96º 0.6% 0.73% -
XYZ 28.01 23.56 9.73 -
YUV 132.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 187 116 75 0 0.38 0.60 0.27 21.96 0.45 0.51
Hex BB 74 4B 0 26 3C 1B 16 2D 33
Octal 273 164 113 0 46 74 33 26 55 63
Binary 10111011 1110100 1001011 0 100110 111100 11011 10110 101101 110011

Color Harmonies of #BB744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB744B

Black with #BB744B

Text Example


Text Example

White with #BB744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB744B; }

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

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

background-color css

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

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

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

border-color css

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

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

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