Html Css Color HEX #B27641 Bourbon

📋 copy color: '#B27641'

red 178 ◦ green 118 ◦ blue 65

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

Shades of Bourbon #B27641

Tints of Bourbon #B27641

RGB

 RED value IS 178 (69.92% from 255) = 49.31%

 GREEN value IS 118 (46.48% from 255) = 32.69%

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

R = 49.31%
G = 32.69%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B27641 (or 0xB27641) is known color: Bourbon. HEX triplet: B2, 76 and 41. RGB value is (178,118,65). Sum of RGB (Red+Green+Blue) = 178+118+65=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B27641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27641 is #4D89BE. Grayscale: #828282. Windows color (decimal): -5081535 or 4290226. OLE color: 4290226.

HSL color Cylindrical-coordinate representation of color #B27641: hue angle of 28.14º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B27641 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 118 65 -
CMYK 0 0.34 0.63 0.30
HSL 28.14º 0.47% 0.48% -
HSV(B) 28.14º 0.63% 0.7% -
XYZ 25.79 22.8 8.04 -
YUV 129.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 178 118 65 0 0.34 0.63 0.30 28.14 0.47 0.48
Hex B2 76 41 0 22 3F 1E 1C 2F 30
Octal 262 166 101 0 42 77 36 34 57 60
Binary 10110010 1110110 1000001 0 100010 111111 11110 11100 101111 110000

Color Harmonies of #B27641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27641

Black with #B27641

Text Example


Text Example

White with #B27641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27641; }

 p { color: rgb(178,118,65); }

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

background-color css

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

 a { background-color: rgb(178,118,65); }

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

border-color css

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

 span { border-color: rgb(178,118,65); }

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