Html Css Color HEX #B4753E Bourbon

📋 copy color: '#B4753E'

red 180 ◦ green 117 ◦ blue 62

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

Shades of Bourbon #B4753E

Tints of Bourbon #B4753E

RGB

 RED value IS 180 (70.7% from 255) = 50.14%

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

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

R = 50.14%
G = 32.59%
B = 17.27%

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

#B4753E (or 0xB4753E) is known color: Bourbon. HEX triplet: B4, 75 and 3E. RGB value is (180,117,62). Sum of RGB (Red+Green+Blue) = 180+117+62=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B4753E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4753E is #4B8AC1. Grayscale: #818181. Windows color (decimal): -4950722 or 4093364. OLE color: 4093364.

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

Color convert

RGB 180 117 62 -
CMYK 0 0.35 0.66 0.29
HSL 27.97º 0.49% 0.47% -
HSV(B) 27.97º 0.66% 0.71% -
XYZ 26.05 22.77 7.58 -
YUV 129.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 180 117 62 0 0.35 0.66 0.29 27.97 0.49 0.47
Hex B4 75 3E 0 23 42 1D 1C 31 2F
Octal 264 165 76 0 43 102 35 34 61 57
Binary 10110100 1110101 111110 0 100011 1000010 11101 11100 110001 101111

Color Harmonies of #B4753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4753E

Black with #B4753E

Text Example


Text Example

White with #B4753E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4753E; }

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

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

background-color css

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

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

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

border-color css

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

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

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