Html Css Color HEX #B5753E Bourbon

📋 copy color: '#B5753E'

red 181 ◦ green 117 ◦ blue 62

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

Shades of Bourbon #B5753E

Tints of Bourbon #B5753E

RGB

 RED value IS 181 (71.09% from 255) = 50.28%

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

 BLUE value IS 62 (24.61% from 255) = 17.22%

R = 50.28%
G = 32.5%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5753E (or 0xB5753E) is known color: Bourbon. HEX triplet: B5, 75 and 3E. RGB value is (181,117,62). Sum of RGB (Red+Green+Blue) = 181+117+62=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5753E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5753E is #4A8AC1. Grayscale: #828282. Windows color (decimal): -4885186 or 4093365. OLE color: 4093365.

HSL color Cylindrical-coordinate representation of color #B5753E: hue angle of 27.73º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5753E is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 117 62 -
CMYK 0 0.35 0.66 0.29
HSL 27.73º 0.49% 0.48% -
HSV(B) 27.73º 0.66% 0.71% -
XYZ 26.29 22.89 7.59 -
YUV 129.87 89.7 164.47 -
System Red Green Blue C M Y K H S L
Decimal 181 117 62 0 0.35 0.66 0.29 27.73 0.49 0.48
Hex B5 75 3E 0 23 42 1D 1C 31 30
Octal 265 165 76 0 43 102 35 34 61 60
Binary 10110101 1110101 111110 0 100011 1000010 11101 11100 110001 110000

Color Harmonies of #B5753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5753E

Black with #B5753E

Text Example


Text Example

White with #B5753E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5753E; }

 p { color: rgb(181,117,62); }

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

background-color css

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

 a { background-color: rgb(181,117,62); }

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

border-color css

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

 span { border-color: rgb(181,117,62); }

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