Html Css Color HEX #B06D3A Bourbon

📋 copy color: '#B06D3A'

red 176 ◦ green 109 ◦ blue 58

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

Shades of Bourbon #B06D3A

Tints of Bourbon #B06D3A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.78%

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

R = 51.31%
G = 31.78%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B06D3A (or 0xB06D3A) is known color: Bourbon. HEX triplet: B0, 6D and 3A. RGB value is (176,109,58). Sum of RGB (Red+Green+Blue) = 176+109+58=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D3A is #4F92C5. Grayscale: #7B7B7B. Windows color (decimal): -5214918 or 3829168. OLE color: 3829168.

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

Color convert

RGB 176 109 58 -
CMYK 0 0.38 0.67 0.31
HSL 25.93º 0.5% 0.46% -
HSV(B) 25.93º 0.67% 0.69% -
XYZ 24.14 20.47 6.68 -
YUV 123.22 91.2 165.65 -
System Red Green Blue C M Y K H S L
Decimal 176 109 58 0 0.38 0.67 0.31 25.93 0.5 0.46
Hex B0 6D 3A 0 26 43 1F 1A 32 2E
Octal 260 155 72 0 46 103 37 32 62 56
Binary 10110000 1101101 111010 0 100110 1000011 11111 11010 110010 101110

Color Harmonies of #B06D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D3A

Black with #B06D3A

Text Example


Text Example

White with #B06D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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