Html Css Color HEX #B16A3A Bourbon

📋 copy color: '#B16A3A'

red 177 ◦ green 106 ◦ blue 58

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

Shades of Bourbon #B16A3A

Tints of Bourbon #B16A3A

RGB

 RED value IS 177 (69.53% from 255) = 51.91%

 GREEN value IS 106 (41.8% from 255) = 31.09%

 BLUE value IS 58 (23.05% from 255) = 17.01%

R = 51.91%
G = 31.09%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B16A3A (or 0xB16A3A) is known color: Bourbon. HEX triplet: B1, 6A and 3A. RGB value is (177,106,58). Sum of RGB (Red+Green+Blue) = 177+106+58=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16A3A is #4E95C5. Grayscale: #7A7A7A. Windows color (decimal): -5150150 or 3828401. OLE color: 3828401.

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

Color convert

RGB 177 106 58 -
CMYK 0 0.40 0.67 0.31
HSL 24.2º 0.51% 0.46% -
HSV(B) 24.2º 0.67% 0.69% -
XYZ 24.05 19.96 6.59 -
YUV 121.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 177 106 58 0 0.40 0.67 0.31 24.2 0.51 0.46
Hex B1 6A 3A 0 28 43 1F 18 33 2E
Octal 261 152 72 0 50 103 37 30 63 56
Binary 10110001 1101010 111010 0 101000 1000011 11111 11000 110011 101110

Color Harmonies of #B16A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16A3A

Black with #B16A3A

Text Example


Text Example

White with #B16A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16A3A; }

 p { color: rgb(177,106,58); }

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

background-color css

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

 a { background-color: rgb(177,106,58); }

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

border-color css

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

 span { border-color: rgb(177,106,58); }

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