Html Css Color HEX #B1653A Bourbon

📋 copy color: '#B1653A'

red 177 ◦ green 101 ◦ blue 58

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

Shades of Bourbon #B1653A

Tints of Bourbon #B1653A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.06%

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

R = 52.68%
G = 30.06%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1653A (or 0xB1653A) is known color: Bourbon. HEX triplet: B1, 65 and 3A. RGB value is (177,101,58). Sum of RGB (Red+Green+Blue) = 177+101+58=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1653A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1653A is #4E9AC5. Grayscale: #777777. Windows color (decimal): -5151430 or 3827121. OLE color: 3827121.

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

Color convert

RGB 177 101 58 -
CMYK 0 0.43 0.67 0.31
HSL 21.68º 0.51% 0.46% -
HSV(B) 21.68º 0.67% 0.69% -
XYZ 23.55 18.96 6.42 -
YUV 118.82 93.68 169.5 -
System Red Green Blue C M Y K H S L
Decimal 177 101 58 0 0.43 0.67 0.31 21.68 0.51 0.46
Hex B1 65 3A 0 2B 43 1F 16 33 2E
Octal 261 145 72 0 53 103 37 26 63 56
Binary 10110001 1100101 111010 0 101011 1000011 11111 10110 110011 101110

Color Harmonies of #B1653A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1653A

Black with #B1653A

Text Example


Text Example

White with #B1653A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1653A; }

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

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

background-color css

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

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

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

border-color css

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

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

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