Html Css Color HEX #B07441 Bourbon

📋 copy color: '#B07441'

red 176 ◦ green 116 ◦ blue 65

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

Shades of Bourbon #B07441

Tints of Bourbon #B07441

RGB

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

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

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

R = 49.3%
G = 32.49%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B07441 (or 0xB07441) is known color: Bourbon. HEX triplet: B0, 74 and 41. RGB value is (176,116,65). Sum of RGB (Red+Green+Blue) = 176+116+65=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B07441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07441 is #4F8BBE. Grayscale: #808080. Windows color (decimal): -5213119 or 4289712. OLE color: 4289712.

HSL color Cylindrical-coordinate representation of color #B07441: hue angle of 27.57º 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 #B07441 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 116 65 -
CMYK 0 0.34 0.63 0.31
HSL 27.57º 0.46% 0.47% -
HSV(B) 27.57º 0.63% 0.69% -
XYZ 25.1 22.1 7.94 -
YUV 128.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 176 116 65 0 0.34 0.63 0.31 27.57 0.46 0.47
Hex B0 74 41 0 22 3F 1F 1C 2E 2F
Octal 260 164 101 0 42 77 37 34 56 57
Binary 10110000 1110100 1000001 0 100010 111111 11111 11100 101110 101111

Color Harmonies of #B07441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07441

Black with #B07441

Text Example


Text Example

White with #B07441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07441; }

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

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

background-color css

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

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

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

border-color css

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

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

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