Html Css Color HEX #B0693A Bourbon

📋 copy color: '#B0693A'

red 176 ◦ green 105 ◦ blue 58

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

Shades of Bourbon #B0693A

Tints of Bourbon #B0693A

RGB

 RED value IS 176 (69.14% from 255) = 51.92%

 GREEN value IS 105 (41.41% from 255) = 30.97%

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

R = 51.92%
G = 30.97%
B = 17.11%

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

#B0693A (or 0xB0693A) is known color: Bourbon. HEX triplet: B0, 69 and 3A. RGB value is (176,105,58). Sum of RGB (Red+Green+Blue) = 176+105+58=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0693A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0693A is #4F96C5. Grayscale: #797979. Windows color (decimal): -5215942 or 3828144. OLE color: 3828144.

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

Color convert

RGB 176 105 58 -
CMYK 0 0.40 0.67 0.31
HSL 23.9º 0.5% 0.46% -
HSV(B) 23.9º 0.67% 0.69% -
XYZ 23.72 19.64 6.54 -
YUV 120.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 176 105 58 0 0.40 0.67 0.31 23.9 0.5 0.46
Hex B0 69 3A 0 28 43 1F 18 32 2E
Octal 260 151 72 0 50 103 37 30 62 56
Binary 10110000 1101001 111010 0 101000 1000011 11111 11000 110010 101110

Color Harmonies of #B0693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0693A

Black with #B0693A

Text Example


Text Example

White with #B0693A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0693A; }

 p { color: rgb(176,105,58); }

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

background-color css

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

 a { background-color: rgb(176,105,58); }

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

border-color css

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

 span { border-color: rgb(176,105,58); }

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