Html Css Color HEX #BB7D44 Brandy Punch

📋 copy color: '#BB7D44'

red 187 ◦ green 125 ◦ blue 68

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

Shades of Brandy Punch #BB7D44

Tints of Brandy Punch #BB7D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.89%

R = 49.21%
G = 32.89%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB7D44 (or 0xBB7D44) is known color: Brandy Punch. HEX triplet: BB, 7D and 44. RGB value is (187,125,68). Sum of RGB (Red+Green+Blue) = 187+125+68=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7D44 is #4482BB. Grayscale: #898989. Windows color (decimal): -4489916 or 4488635. OLE color: 4488635.

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

Color convert

RGB 187 125 68 -
CMYK 0 0.33 0.64 0.27
HSL 28.74º 0.47% 0.5% -
HSV(B) 28.74º 0.64% 0.73% -
XYZ 28.87 25.65 8.9 -
YUV 137.04 89.04 163.63 -
System Red Green Blue C M Y K H S L
Decimal 187 125 68 0 0.33 0.64 0.27 28.74 0.47 0.5
Hex BB 7D 44 0 21 40 1B 1D 2F 32
Octal 273 175 104 0 41 100 33 35 57 62
Binary 10111011 1111101 1000100 0 100001 1000000 11011 11101 101111 110010

Color Harmonies of #BB7D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D44

Black with #BB7D44

Text Example


Text Example

White with #BB7D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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