Html Css Color HEX #B06F3D Bourbon

📋 copy color: '#B06F3D'

red 176 ◦ green 111 ◦ blue 61

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

Shades of Bourbon #B06F3D

Tints of Bourbon #B06F3D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.9%

 BLUE value IS 61 (24.22% from 255) = 17.53%

R = 50.57%
G = 31.9%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B06F3D (or 0xB06F3D) is known color: Bourbon. HEX triplet: B0, 6F and 3D. RGB value is (176,111,61). Sum of RGB (Red+Green+Blue) = 176+111+61=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F3D is #4F90C2. Grayscale: #7C7C7C. Windows color (decimal): -5214403 or 4026288. OLE color: 4026288.

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

Color convert

RGB 176 111 61 -
CMYK 0 0.37 0.65 0.31
HSL 26.09º 0.49% 0.46% -
HSV(B) 26.09º 0.65% 0.69% -
XYZ 24.43 20.94 7.17 -
YUV 124.74 92.03 164.57 -
System Red Green Blue C M Y K H S L
Decimal 176 111 61 0 0.37 0.65 0.31 26.09 0.49 0.46
Hex B0 6F 3D 0 25 41 1F 1A 31 2E
Octal 260 157 75 0 45 101 37 32 61 56
Binary 10110000 1101111 111101 0 100101 1000001 11111 11010 110001 101110

Color Harmonies of #B06F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F3D

Black with #B06F3D

Text Example


Text Example

White with #B06F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F3D; }

 p { color: rgb(176,111,61); }

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

background-color css

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

 a { background-color: rgb(176,111,61); }

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

border-color css

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

 span { border-color: rgb(176,111,61); }

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