Html Css Color HEX #B1703A Bourbon

📋 copy color: '#B1703A'

red 177 ◦ green 112 ◦ blue 58

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

Shades of Bourbon #B1703A

Tints of Bourbon #B1703A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.28%

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

R = 51.01%
G = 32.28%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1703A (or 0xB1703A) is known color: Bourbon. HEX triplet: B1, 70 and 3A. RGB value is (177,112,58). Sum of RGB (Red+Green+Blue) = 177+112+58=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B1703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1703A is #4E8FC5. Grayscale: #7D7D7D. Windows color (decimal): -5148614 or 3829937. OLE color: 3829937.

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

Color convert

RGB 177 112 58 -
CMYK 0 0.37 0.67 0.31
HSL 27.23º 0.51% 0.46% -
HSV(B) 27.23º 0.67% 0.69% -
XYZ 24.69 21.24 6.8 -
YUV 125.28 90.03 164.89 -
System Red Green Blue C M Y K H S L
Decimal 177 112 58 0 0.37 0.67 0.31 27.23 0.51 0.46
Hex B1 70 3A 0 25 43 1F 1B 33 2E
Octal 261 160 72 0 45 103 37 33 63 56
Binary 10110001 1110000 111010 0 100101 1000011 11111 11011 110011 101110

Color Harmonies of #B1703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1703A

Black with #B1703A

Text Example


Text Example

White with #B1703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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