Html Css Color HEX #BB733F Brandy Punch

📋 copy color: '#BB733F'

red 187 ◦ green 115 ◦ blue 63

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

Shades of Brandy Punch #BB733F

Tints of Brandy Punch #BB733F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.51%

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

R = 51.23%
G = 31.51%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB733F (or 0xBB733F) is known color: Brandy Punch. HEX triplet: BB, 73 and 3F. RGB value is (187,115,63). Sum of RGB (Red+Green+Blue) = 187+115+63=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB733F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB733F is #448CC0. Grayscale: #828282. Windows color (decimal): -4492481 or 4158395. OLE color: 4158395.

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

Color convert

RGB 187 115 63 -
CMYK 0 0.39 0.66 0.27
HSL 25.16º 0.5% 0.49% -
HSV(B) 25.16º 0.66% 0.73% -
XYZ 27.52 23.19 7.73 -
YUV 130.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 187 115 63 0 0.39 0.66 0.27 25.16 0.5 0.49
Hex BB 73 3F 0 27 42 1B 19 32 31
Octal 273 163 77 0 47 102 33 31 62 61
Binary 10111011 1110011 111111 0 100111 1000010 11011 11001 110010 110001

Color Harmonies of #BB733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB733F

Black with #BB733F

Text Example


Text Example

White with #BB733F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB733F; }

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

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

background-color css

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

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

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

border-color css

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

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

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