Html Css Color HEX #B47445 Bourbon

📋 copy color: '#B47445'

red 180 ◦ green 116 ◦ blue 69

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

Shades of Bourbon #B47445

Tints of Bourbon #B47445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.9%

R = 49.32%
G = 31.78%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B47445 (or 0xB47445) is known color: Bourbon. HEX triplet: B4, 74 and 45. RGB value is (180,116,69). Sum of RGB (Red+Green+Blue) = 180+116+69=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B47445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47445 is #4B8BBA. Grayscale: #828282. Windows color (decimal): -4950971 or 4551860. OLE color: 4551860.

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

Color convert

RGB 180 116 69 -
CMYK 0 0.36 0.62 0.29
HSL 25.41º 0.45% 0.49% -
HSV(B) 25.41º 0.62% 0.71% -
XYZ 26.14 22.62 8.62 -
YUV 129.78 93.7 163.82 -
System Red Green Blue C M Y K H S L
Decimal 180 116 69 0 0.36 0.62 0.29 25.41 0.45 0.49
Hex B4 74 45 0 24 3E 1D 19 2D 31
Octal 264 164 105 0 44 76 35 31 55 61
Binary 10110100 1110100 1000101 0 100100 111110 11101 11001 101101 110001

Color Harmonies of #B47445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47445

Black with #B47445

Text Example


Text Example

White with #B47445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47445; }

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

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

background-color css

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

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

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

border-color css

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

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

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