Html Css Color HEX #BB753B Brandy Punch

📋 copy color: '#BB753B'

red 187 ◦ green 117 ◦ blue 59

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

Shades of Brandy Punch #BB753B

Tints of Brandy Punch #BB753B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.25%

R = 51.52%
G = 32.23%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB753B (or 0xBB753B) is known color: Brandy Punch. HEX triplet: BB, 75 and 3B. RGB value is (187,117,59). Sum of RGB (Red+Green+Blue) = 187+117+59=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB753B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB753B is #448AC4. Grayscale: #838383. Windows color (decimal): -4491973 or 3896763. OLE color: 3896763.

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

Color convert

RGB 187 117 59 -
CMYK 0 0.37 0.68 0.27
HSL 27.19º 0.52% 0.48% -
HSV(B) 27.19º 0.68% 0.73% -
XYZ 27.64 23.6 7.24 -
YUV 131.32 87.19 167.72 -
System Red Green Blue C M Y K H S L
Decimal 187 117 59 0 0.37 0.68 0.27 27.19 0.52 0.48
Hex BB 75 3B 0 25 44 1B 1B 34 30
Octal 273 165 73 0 45 104 33 33 64 60
Binary 10111011 1110101 111011 0 100101 1000100 11011 11011 110100 110000

Color Harmonies of #BB753B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB753B

Black with #BB753B

Text Example


Text Example

White with #BB753B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB753B; }

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

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

background-color css

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

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

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

border-color css

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

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

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