Html Css Color HEX #B07144 Bourbon

📋 copy color: '#B07144'

red 176 ◦ green 113 ◦ blue 68

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

Shades of Bourbon #B07144

Tints of Bourbon #B07144

RGB

 RED value IS 176 (69.14% from 255) = 49.3%

 GREEN value IS 113 (44.53% from 255) = 31.65%

 BLUE value IS 68 (26.95% from 255) = 19.05%

R = 49.3%
G = 31.65%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B07144 (or 0xB07144) is known color: Bourbon. HEX triplet: B0, 71 and 44. RGB value is (176,113,68). Sum of RGB (Red+Green+Blue) = 176+113+68=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B07144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07144 is #4F8EBB. Grayscale: #7E7E7E. Windows color (decimal): -5213884 or 4485552. OLE color: 4485552.

HSL color Cylindrical-coordinate representation of color #B07144: hue angle of 25º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B07144 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 113 68 -
CMYK 0 0.36 0.61 0.31
HSL 25º 0.44% 0.48% -
HSV(B) 25º 0.61% 0.69% -
XYZ 24.85 21.46 8.3 -
YUV 126.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 176 113 68 0 0.36 0.61 0.31 25 0.44 0.48
Hex B0 71 44 0 24 3D 1F 19 2C 30
Octal 260 161 104 0 44 75 37 31 54 60
Binary 10110000 1110001 1000100 0 100100 111101 11111 11001 101100 110000

Color Harmonies of #B07144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07144

Black with #B07144

Text Example


Text Example

White with #B07144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07144; }

 p { color: rgb(176,113,68); }

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

background-color css

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

 a { background-color: rgb(176,113,68); }

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

border-color css

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

 span { border-color: rgb(176,113,68); }

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