Html Css Color HEX #B1673A Bourbon

📋 copy color: '#B1673A'

red 177 ◦ green 103 ◦ blue 58

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

Shades of Bourbon #B1673A

Tints of Bourbon #B1673A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.47%

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

R = 52.37%
G = 30.47%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1673A (or 0xB1673A) is known color: Bourbon. HEX triplet: B1, 67 and 3A. RGB value is (177,103,58). Sum of RGB (Red+Green+Blue) = 177+103+58=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B1673A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1673A is #4E98C5. Grayscale: #787878. Windows color (decimal): -5150918 or 3827633. OLE color: 3827633.

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

Color convert

RGB 177 103 58 -
CMYK 0 0.42 0.67 0.31
HSL 22.69º 0.51% 0.46% -
HSV(B) 22.69º 0.67% 0.69% -
XYZ 23.75 19.35 6.49 -
YUV 120 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 177 103 58 0 0.42 0.67 0.31 22.69 0.51 0.46
Hex B1 67 3A 0 2A 43 1F 17 33 2E
Octal 261 147 72 0 52 103 37 27 63 56
Binary 10110001 1100111 111010 0 101010 1000011 11111 10111 110011 101110

Color Harmonies of #B1673A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1673A

Black with #B1673A

Text Example


Text Example

White with #B1673A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1673A; }

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

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

background-color css

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

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

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

border-color css

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

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

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