Html Css Color HEX #B07341 Bourbon

📋 copy color: '#B07341'

red 176 ◦ green 115 ◦ blue 65

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

Shades of Bourbon #B07341

Tints of Bourbon #B07341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.3%

 BLUE value IS 65 (25.78% from 255) = 18.26%

R = 49.44%
G = 32.3%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B07341 (or 0xB07341) is known color: Bourbon. HEX triplet: B0, 73 and 41. RGB value is (176,115,65). Sum of RGB (Red+Green+Blue) = 176+115+65=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B07341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07341 is #4F8CBE. Grayscale: #7F7F7F. Windows color (decimal): -5213375 or 4289456. OLE color: 4289456.

HSL color Cylindrical-coordinate representation of color #B07341: hue angle of 27.03º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B07341 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 115 65 -
CMYK 0 0.35 0.63 0.31
HSL 27.03º 0.46% 0.47% -
HSV(B) 27.03º 0.63% 0.69% -
XYZ 24.99 21.87 7.91 -
YUV 127.54 92.71 162.57 -
System Red Green Blue C M Y K H S L
Decimal 176 115 65 0 0.35 0.63 0.31 27.03 0.46 0.47
Hex B0 73 41 0 23 3F 1F 1B 2E 2F
Octal 260 163 101 0 43 77 37 33 56 57
Binary 10110000 1110011 1000001 0 100011 111111 11111 11011 101110 101111

Color Harmonies of #B07341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07341

Black with #B07341

Text Example


Text Example

White with #B07341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07341; }

 p { color: rgb(176,115,65); }

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

background-color css

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

 a { background-color: rgb(176,115,65); }

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

border-color css

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

 span { border-color: rgb(176,115,65); }

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