Html Css Color HEX #B0683E Bourbon

📋 copy color: '#B0683E'

red 176 ◦ green 104 ◦ blue 62

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

Shades of Bourbon #B0683E

Tints of Bourbon #B0683E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.13%

R = 51.46%
G = 30.41%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0683E (or 0xB0683E) is known color: Bourbon. HEX triplet: B0, 68 and 3E. RGB value is (176,104,62). Sum of RGB (Red+Green+Blue) = 176+104+62=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B0683E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0683E is #4F97C1. Grayscale: #787878. Windows color (decimal): -5216194 or 4090032. OLE color: 4090032.

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

Color convert

RGB 176 104 62 -
CMYK 0 0.41 0.65 0.31
HSL 22.11º 0.48% 0.47% -
HSV(B) 22.11º 0.65% 0.69% -
XYZ 23.72 19.48 7.07 -
YUV 120.74 94.85 167.42 -
System Red Green Blue C M Y K H S L
Decimal 176 104 62 0 0.41 0.65 0.31 22.11 0.48 0.47
Hex B0 68 3E 0 29 41 1F 16 30 2F
Octal 260 150 76 0 51 101 37 26 60 57
Binary 10110000 1101000 111110 0 101001 1000001 11111 10110 110000 101111

Color Harmonies of #B0683E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0683E

Black with #B0683E

Text Example


Text Example

White with #B0683E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0683E; }

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

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

background-color css

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

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

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

border-color css

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

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

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