Html Css Color HEX #B2753F Bourbon

📋 copy color: '#B2753F'

red 178 ◦ green 117 ◦ blue 63

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

Shades of Bourbon #B2753F

Tints of Bourbon #B2753F

RGB

 RED value IS 178 (69.92% from 255) = 49.72%

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

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

R = 49.72%
G = 32.68%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2753F (or 0xB2753F) is known color: Bourbon. HEX triplet: B2, 75 and 3F. RGB value is (178,117,63). Sum of RGB (Red+Green+Blue) = 178+117+63=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B2753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2753F is #4D8AC0. Grayscale: #818181. Windows color (decimal): -5081793 or 4158898. OLE color: 4158898.

HSL color Cylindrical-coordinate representation of color #B2753F: hue angle of 28.17º 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 #B2753F is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 117 63 -
CMYK 0 0.34 0.65 0.30
HSL 28.17º 0.48% 0.47% -
HSV(B) 28.17º 0.65% 0.7% -
XYZ 25.62 22.55 7.7 -
YUV 129.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 178 117 63 0 0.34 0.65 0.30 28.17 0.48 0.47
Hex B2 75 3F 0 22 41 1E 1C 30 2F
Octal 262 165 77 0 42 101 36 34 60 57
Binary 10110010 1110101 111111 0 100010 1000001 11110 11100 110000 101111

Color Harmonies of #B2753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2753F

Black with #B2753F

Text Example


Text Example

White with #B2753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2753F; }

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

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

background-color css

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

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

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

border-color css

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

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

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