Html Css Color HEX #B1673E Bourbon

📋 copy color: '#B1673E'

red 177 ◦ green 103 ◦ blue 62

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

Shades of Bourbon #B1673E

Tints of Bourbon #B1673E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.13%

R = 51.75%
G = 30.12%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1673E (or 0xB1673E) is known color: Bourbon. HEX triplet: B1, 67 and 3E. RGB value is (177,103,62). Sum of RGB (Red+Green+Blue) = 177+103+62=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1673E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1673E is #4E98C1. Grayscale: #787878. Windows color (decimal): -5150914 or 4089777. OLE color: 4089777.

HSL color Cylindrical-coordinate representation of color #B1673E: hue angle of 21.39º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1673E is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 103 62 -
CMYK 0 0.42 0.65 0.31
HSL 21.39º 0.48% 0.47% -
HSV(B) 21.39º 0.65% 0.69% -
XYZ 23.85 19.4 7.04 -
YUV 120.45 95.02 168.33 -
System Red Green Blue C M Y K H S L
Decimal 177 103 62 0 0.42 0.65 0.31 21.39 0.48 0.47
Hex B1 67 3E 0 2A 41 1F 15 30 2F
Octal 261 147 76 0 52 101 37 25 60 57
Binary 10110001 1100111 111110 0 101010 1000001 11111 10101 110000 101111

Color Harmonies of #B1673E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1673E

Black with #B1673E

Text Example


Text Example

White with #B1673E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1673E; }

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

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

background-color css

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

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

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

border-color css

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

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

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