Html Css Color HEX #BB753F Brandy Punch

📋 copy color: '#BB753F'

red 187 ◦ green 117 ◦ blue 63

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

Shades of Brandy Punch #BB753F

Tints of Brandy Punch #BB753F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.88%

 BLUE value IS 63 (25% from 255) = 17.17%

R = 50.95%
G = 31.88%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB753F (or 0xBB753F) is known color: Brandy Punch. HEX triplet: BB, 75 and 3F. RGB value is (187,117,63). Sum of RGB (Red+Green+Blue) = 187+117+63=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB753F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB753F is #448AC0. Grayscale: #848484. Windows color (decimal): -4491969 or 4158907. OLE color: 4158907.

HSL color Cylindrical-coordinate representation of color #BB753F: hue angle of 26.13º degrees, saturation: 0.5, 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 #BB753F is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 117 63 -
CMYK 0 0.37 0.66 0.27
HSL 26.13º 0.5% 0.49% -
HSV(B) 26.13º 0.66% 0.73% -
XYZ 27.75 23.65 7.8 -
YUV 131.77 89.19 167.39 -
System Red Green Blue C M Y K H S L
Decimal 187 117 63 0 0.37 0.66 0.27 26.13 0.5 0.49
Hex BB 75 3F 0 25 42 1B 1A 32 31
Octal 273 165 77 0 45 102 33 32 62 61
Binary 10111011 1110101 111111 0 100101 1000010 11011 11010 110010 110001

Color Harmonies of #BB753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB753F

Black with #BB753F

Text Example


Text Example

White with #BB753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB753F; }

 p { color: rgb(187,117,63); }

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

background-color css

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

 a { background-color: rgb(187,117,63); }

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

border-color css

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

 span { border-color: rgb(187,117,63); }

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