Html Css Color HEX #BB7D43 Brandy Punch

📋 copy color: '#BB7D43'

red 187 ◦ green 125 ◦ blue 67

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

Shades of Brandy Punch #BB7D43

Tints of Brandy Punch #BB7D43

RGB

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

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

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

R = 49.34%
G = 32.98%
B = 17.68%

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

#BB7D43 (or 0xBB7D43) is known color: Brandy Punch. HEX triplet: BB, 7D and 43. RGB value is (187,125,67). Sum of RGB (Red+Green+Blue) = 187+125+67=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7D43 is #4482BC. Grayscale: #898989. Windows color (decimal): -4489917 or 4423099. OLE color: 4423099.

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

Color convert

RGB 187 125 67 -
CMYK 0 0.33 0.64 0.27
HSL 29º 0.47% 0.5% -
HSV(B) 29º 0.64% 0.73% -
XYZ 28.84 25.64 8.74 -
YUV 136.93 88.54 163.72 -
System Red Green Blue C M Y K H S L
Decimal 187 125 67 0 0.33 0.64 0.27 29 0.47 0.5
Hex BB 7D 43 0 21 40 1B 1D 2F 32
Octal 273 175 103 0 41 100 33 35 57 62
Binary 10111011 1111101 1000011 0 100001 1000000 11011 11101 101111 110010

Color Harmonies of #BB7D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D43

Black with #BB7D43

Text Example


Text Example

White with #BB7D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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