Html Css Color HEX #B0683F Bourbon

📋 copy color: '#B0683F'

red 176 ◦ green 104 ◦ blue 63

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

Shades of Bourbon #B0683F

Tints of Bourbon #B0683F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.32%

 BLUE value IS 63 (25% from 255) = 18.37%

R = 51.31%
G = 30.32%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0683F (or 0xB0683F) is known color: Bourbon. HEX triplet: B0, 68 and 3F. RGB value is (176,104,63). Sum of RGB (Red+Green+Blue) = 176+104+63=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B0683F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0683F is #4F97C0. Grayscale: #797979. Windows color (decimal): -5216193 or 4155568. OLE color: 4155568.

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

Color convert

RGB 176 104 63 -
CMYK 0 0.41 0.64 0.31
HSL 21.77º 0.47% 0.47% -
HSV(B) 21.77º 0.64% 0.69% -
XYZ 23.75 19.49 7.21 -
YUV 120.85 95.35 167.33 -
System Red Green Blue C M Y K H S L
Decimal 176 104 63 0 0.41 0.64 0.31 21.77 0.47 0.47
Hex B0 68 3F 0 29 40 1F 16 2F 2F
Octal 260 150 77 0 51 100 37 26 57 57
Binary 10110000 1101000 111111 0 101001 1000000 11111 10110 101111 101111

Color Harmonies of #B0683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0683F

Black with #B0683F

Text Example


Text Example

White with #B0683F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0683F; }

 p { color: rgb(176,104,63); }

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

background-color css

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

 a { background-color: rgb(176,104,63); }

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

border-color css

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

 span { border-color: rgb(176,104,63); }

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