Html Css Color HEX #B27440 Bourbon

📋 copy color: '#B27440'

red 178 ◦ green 116 ◦ blue 64

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

Shades of Bourbon #B27440

Tints of Bourbon #B27440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.88%

R = 49.72%
G = 32.4%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B27440 (or 0xB27440) is known color: Bourbon. HEX triplet: B2, 74 and 40. RGB value is (178,116,64). Sum of RGB (Red+Green+Blue) = 178+116+64=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B27440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27440 is #4D8BBF. Grayscale: #808080. Windows color (decimal): -5082048 or 4224178. OLE color: 4224178.

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

Color convert

RGB 178 116 64 -
CMYK 0 0.35 0.64 0.30
HSL 27.37º 0.47% 0.47% -
HSV(B) 27.37º 0.64% 0.7% -
XYZ 25.53 22.33 7.81 -
YUV 128.61 91.54 163.23 -
System Red Green Blue C M Y K H S L
Decimal 178 116 64 0 0.35 0.64 0.30 27.37 0.47 0.47
Hex B2 74 40 0 23 40 1E 1B 2F 2F
Octal 262 164 100 0 43 100 36 33 57 57
Binary 10110010 1110100 1000000 0 100011 1000000 11110 11011 101111 101111

Color Harmonies of #B27440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27440

Black with #B27440

Text Example


Text Example

White with #B27440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27440; }

 p { color: rgb(178,116,64); }

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

background-color css

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

 a { background-color: rgb(178,116,64); }

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

border-color css

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

 span { border-color: rgb(178,116,64); }

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