Html Css Color HEX #B3753F Bourbon

📋 copy color: '#B3753F'

red 179 ◦ green 117 ◦ blue 63

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

Shades of Bourbon #B3753F

Tints of Bourbon #B3753F

RGB

 RED value IS 179 (70.31% from 255) = 49.86%

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

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

R = 49.86%
G = 32.59%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3753F (or 0xB3753F) is known color: Bourbon. HEX triplet: B3, 75 and 3F. RGB value is (179,117,63). Sum of RGB (Red+Green+Blue) = 179+117+63=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B3753F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3753F is #4C8AC0. Grayscale: #818181. Windows color (decimal): -5016257 or 4158899. OLE color: 4158899.

HSL color Cylindrical-coordinate representation of color #B3753F: hue angle of 27.93º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3753F is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 117 63 -
CMYK 0 0.35 0.65 0.30
HSL 27.93º 0.48% 0.47% -
HSV(B) 27.93º 0.65% 0.7% -
XYZ 25.85 22.67 7.72 -
YUV 129.38 90.54 163.39 -
System Red Green Blue C M Y K H S L
Decimal 179 117 63 0 0.35 0.65 0.30 27.93 0.48 0.47
Hex B3 75 3F 0 23 41 1E 1C 30 2F
Octal 263 165 77 0 43 101 36 34 60 57
Binary 10110011 1110101 111111 0 100011 1000001 11110 11100 110000 101111

Color Harmonies of #B3753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3753F

Black with #B3753F

Text Example


Text Example

White with #B3753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3753F; }

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

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

background-color css

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

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

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

border-color css

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

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

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