Html Css Color HEX #B4744A Bourbon

📋 copy color: '#B4744A'

red 180 ◦ green 116 ◦ blue 74

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

Shades of Bourbon #B4744A

Tints of Bourbon #B4744A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.35%

 BLUE value IS 74 (29.3% from 255) = 20%

R = 48.65%
G = 31.35%
B = 20%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B4744A (or 0xB4744A) is known color: Bourbon. HEX triplet: B4, 74 and 4A. RGB value is (180,116,74). Sum of RGB (Red+Green+Blue) = 180+116+74=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4744A is #4B8BB5. Grayscale: #828282. Windows color (decimal): -4950966 or 4879540. OLE color: 4879540.

HSL color Cylindrical-coordinate representation of color #B4744A: hue angle of 23.77º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4744A is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 116 74 -
CMYK 0 0.36 0.59 0.29
HSL 23.77º 0.42% 0.5% -
HSV(B) 23.77º 0.59% 0.71% -
XYZ 26.3 22.69 9.47 -
YUV 130.35 96.2 163.42 -
System Red Green Blue C M Y K H S L
Decimal 180 116 74 0 0.36 0.59 0.29 23.77 0.42 0.5
Hex B4 74 4A 0 24 3B 1D 18 2A 32
Octal 264 164 112 0 44 73 35 30 52 62
Binary 10110100 1110100 1001010 0 100100 111011 11101 11000 101010 110010

Color Harmonies of #B4744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4744A

Black with #B4744A

Text Example


Text Example

White with #B4744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4744A; }

 p { color: rgb(180,116,74); }

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

background-color css

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

 a { background-color: rgb(180,116,74); }

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

border-color css

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

 span { border-color: rgb(180,116,74); }

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