Html Css Color HEX #B27843 Bourbon

📋 copy color: '#B27843'

red 178 ◦ green 120 ◦ blue 67

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

Shades of Bourbon #B27843

Tints of Bourbon #B27843

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.88%

 BLUE value IS 67 (26.56% from 255) = 18.36%

R = 48.77%
G = 32.88%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B27843 (or 0xB27843) is known color: Bourbon. HEX triplet: B2, 78 and 43. RGB value is (178,120,67). Sum of RGB (Red+Green+Blue) = 178+120+67=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B27843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27843 is #4D87BC. Grayscale: #838383. Windows color (decimal): -5081021 or 4421810. OLE color: 4421810.

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

Color convert

RGB 178 120 67 -
CMYK 0 0.33 0.62 0.30
HSL 28.65º 0.45% 0.48% -
HSV(B) 28.65º 0.62% 0.7% -
XYZ 26.09 23.3 8.43 -
YUV 131.3 91.72 161.31 -
System Red Green Blue C M Y K H S L
Decimal 178 120 67 0 0.33 0.62 0.30 28.65 0.45 0.48
Hex B2 78 43 0 21 3E 1E 1D 2D 30
Octal 262 170 103 0 41 76 36 35 55 60
Binary 10110010 1111000 1000011 0 100001 111110 11110 11101 101101 110000

Color Harmonies of #B27843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27843

Black with #B27843

Text Example


Text Example

White with #B27843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27843; }

 p { color: rgb(178,120,67); }

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

background-color css

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

 a { background-color: rgb(178,120,67); }

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

border-color css

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

 span { border-color: rgb(178,120,67); }

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